H1 {
	font-size: 300%
}

H2 {
	font-size: 150%
}

H3 {
	font-size: 100%
}

H4 {
	font-size: 75%
}

H5 {
	font-size: 50%
}

body {
	background-color: #FFFFCC;
	font-color: #000066;
	font-size: 400%;
	font-family: "Georgia", "Verdana", serif;
}

#PageTitle {
	font-color: #00FF99;
	position: absolute;
	top: 10px;
	left: 20px;
}

#PageSubHead {
	font-color: #000066;
	font-size: 100%;
}

#HomepageBackground {
	position: absolute;
	top: 1px;
	left: 1px;
}

#Headshot {

}

#SecondPageLogo {
	font-color: #000066;
	font-size: 100%;
}

#Disclaimer {
	position: absolute;
	top: 650px;
	left: 100px;
	font-size: 75%;
	font-color: #000066;
}

#SecondPageText {
	position: absolute;
	top: 105px;
	left: 650px;
	font-size: 50%;
	font-color: #000066;
}

#Return {
	position: absolute;
	top: 500px;
	left: 50px;
	font-size: 40%;
	font-color: #000066;
}

#LinkSet {
	font-color: #FFFF99;
	margin-top: 400px;
	margin-left: 275px;
	line-height: 140%
}

#SecondaryLinkSet {
	font-color: #FFFF99;
	margin-top:75px;
	margin-left:275px;
	line-height: 140%;
}

#PhotoBlock {
	margin-top: 80px
}

#BlockText {
	font-color: #FFFF99;
	margin-top: 125px;
	margin-left: 20px;
	padding-right: 3cm;
	font-size: medium;
}

#HeaderText {
	font-color: #FFFF99;
	margin-left: 20px;
	font-size: 20;
	font-style: italic;
}

#NavBlock {
	margin-top: 120px;
	margin-left: 20px;
}	


	a:link {
		color: #000066;
}
	a:visited {
		text-decoration: underline;
		color: #000066;
}
	a:active {
		text-decoration: underline;
		color: #000066;
}
	a:hover {
		text-decoration: underline;
		color: #000066;
		background-color: #9999CC;
}