/* CSS Document */
.click {
	font-family: Tahoma;
	font-size: 24px;
	color: #FFFFFF;
	width: auto;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin: 0;
}
a:link { color: red; }
a:visited { color: red; }
a:hover { color: white; font_weight: underline;}
a:active { color:red;}
a {
text-decoration: none;
}




.topnav {font-family: "Times New Roman", Times, serif; font-size: 
	18px; color: #FFFFFF; 
	font-weight:bold}
a:link { color: white; }
a:visited { color: white; }
a:hover {
	color: white;
	font-weight: bold;
}
a:active {
	color:#FFFFFF;
	font-weight: bold;
}
a {
text-decoration: none;
}

.sidenav{
	font-family: Tahoma;
	font-size: 14px;
	color: white; }
	
a:link { color: white; }
a:visited { color: white; }
a:hover {
	color: white; font weight: underline;}
a:active {
	color:white;
}
a {
text-decoration: none;
}


.head {
	font-family: Tahoma;
	font-size: 16px;
	color: #FFFFFF;
	width: auto;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin: 0;
}
a:link { color: white; }
a:visited { color: white; }
a:hover { color: white; font_weight: underline;}
a:active { color:#FFFFFF;}
a {
text-decoration: none;
}



.bottomnav {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
a:link { color: white; }
a:visited { color: white; }
a:hover { color: white; }
a:active { color:#FFFFFF; }
}