H4
a:link {  color: #996600; font-family: Arial, Helvetica, sans-serif; font-size: 14px; text-decoration: none}
H4
a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #996600; text-decoration: underline}
H4
a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #cc3333; text-decoration: none}
H4
a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #996600; text-decoration: underline}
table.main {
	border-width: 2px; 	border-style: solid;}

a.nav {
     background:#44C635 ;
     border-bottom:1px solid #215D1A ;
     border-top:1px solid #215D1A ;
     color:#FFFFFF ;
     display:block ;
     font-family:arial,sans-serif ;
     font-size:70% ;
     font-weight:bold ;
     padding:0px 5px ;
     text-decoration:none ;
     width:100% ; /* sets link width, you can use 100% and nest the links in a higher-level container */
}
a.nav:hover {
     background:#D39754 ;
	 border-bottom:1px solid #9B6528 ;
     border-top:1px solid #9B6528 ;
     color:#FFFFFF ;
	 text-decoration:underline;
}

