html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;}
body {font-family:verdana, arial, sans-serif; font-size:62.5%;background-color: #f5b508;}
#white {width:100%; height:20%;position:absolute; left:0; bottom:0; background-color:white;border-top:solid black 1px;}
#navbar {position:absolute; z-index:5; top:2%; left:2%; font-family: Georgia, "Times New Roman", Times, serif; color:white; font-size:1.6em;border-bottom:1px solid white;z-index:90;}
#navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#navbar a:visited {
	text-decoration: none;
	color: #F7F7F7;
}
#navbar a:hover {
	text-decoration: overline; background-color:gray;
	color: #FFFFFF;
}
#navbar a:active {
	text-decoration: none;
}
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #FFFFFF;
}
.style4 {font-size: 2.75em}
.style5 {font-family: Georgia, "Times New Roman", Times, serif;	font-weight:bold;font-size:3.2em;color:white;float:right;}
p {font-family: Georgia, "Times New Roman", Times, serif;font-size:1.6em;}
H1 {font-size:2em}  /* displayed at 24px */
H2 {font-size:1.75em}  /* displayed at 18px */
H3 {font-size:1.5em}  /* displayed at 15px */
H4 {font-size:1.4em}  /* displayed at 12px */
li {font-size:1.3em;}