.style1 {
	font-size: 14px;
	font-weight: bold;
}
body {
	background-color: #133713;
}
.maintable {
	border-right: 3px solid #D28920;
	border-bottom: 3px solid #D28920;
	border-top: 3px solid #D28920;
	border-left: 3px solid #D28920;
}
a:link {
  color: #000000; 
  text-decoration : underline; 
}

a:visited {
  color: #A96818; 
  text-decoration : underline; 
}

a:hover { 
  color: #FFFFFF; 
  text-decoration : underline; 
  background: #CC6600;
}