body {
font-family: Verdana;
font-size: 16px;
}

h1 {
	font-family: Verdana;
	font-size: 19px;
	font-weight: bold;
	color: #000000;
	display: inline;
}
h2{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	display: inline;
}

nav {
font-family: Verdana;
color: #FFFFFF;
font-size: 10px;
font-weight: bold;
}

a.nav {
font-family: Verdana;
font-size: 10px;
}

a.nav:link { 
	color: #FFFFFF;
	text-decoration: none;
	}
	
a.nav:visited { 
	color: #FFFFFF;
	text-decoration: none;
	}
a.nav:hover { 
	color: #FFFFFF;
	text-decoration: underline;
	}
a.nav:active { 
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
	
a.nav2 {
font-family: Verdana;
font-size: 10px;
}

a.nav2:link { 
	color: #000000;
	text-decoration: none;
	}
a.nav2:visited { 
	color: #000000;
	text-decoration: none;
	}
a.nav2:hover { 
	color: #000000;
	text-decoration: underline;
	}
a.nav2:active { 
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}
