body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border-bottom-style: none;
	border-bottom-color: #663300;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	
}

th {
	font-family: Arial, Helvetica, sans-serif;
	
}

h1 {
	font-size: 14px;
	color:#FFFFFF;
	
}

h2 {
	font-size: 12px;
	color: #FFFFFF;
}

h3 {
	font-size: 12px;
	color: #663300;	
	/*font-weight: bold;*/
}

h4 {
	font-size:10px;
	color:#000000;
}

h5 {
	font-size:9px;
	color:#000000;
}	

p {
	font-size: 12px;
	color: #000000;
}

li {
	font-size:14px;
	/*color:#000000; */
}

a:link {
	color: #663300;
	text-decoration:none;
	}
a:visited {
	color: #663300;
	text-decoration: none;
	}
a:hover {
	color: #000000;
	border-bottom-style: none;
	border-bottom-color: #000000;
	border-bottom-width: 2px;
	}
a:active {
	color: #663300;
	text-decoration: none;
	}



a.topnav:link {
	color: #663300;
	}
a.topnav:visited {
	color: #663300; 
	}
a.topnav:hover {
	color: #000000;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	/*text-decoration: overline;
	 background-color: #F5DA90;*/
	}
a.topnav:active {
	color: #663300; 
	}
