/* CSS Document */
body{
	font-family: "Times New Roman", Times, serif;
}	

h1{
	color: #FFFFFF;
	font-size:24px;
	fon-weight: bold;
	margin: 0px;
	padding: 2px;
}

h2{
	color: #993333;
	font-size:20px;
	fon-weight: bold;
	margin: 0px;
	padding: 2px;
}

h3{
	color: #000066;
	font-size:16px;
	fon-weight: bold;
	margin: 0px;
	padding: 0px;
}

h4{
	color: #000000;
	font-size:18px;
	fon-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
}

.topNav{
	border: 1px solid #000066;
	text-align:center;
}

#adForm{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #993333;
	text-decoration: none;
}

#footer{
	color: #000000; 
}

#footer a:link{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#footer a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#footer a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: 993333;
	text-decoration: underline;
}


#Nav{
	color: #000000; 
}

#Nav a:link{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}

#Nav a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}

#Nav a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #993333;
	text-decoration: underline;
}

a:link{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: red;
	text-decoration: underline;
}
