body{
		 background-color:#005C2C;
}

table.bluetable{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color:#005C2C;
	border: 0px none black;
} 

td.black{
 Color: #327943;
	background-color:#037139;
	margin-left: 10%;
}

td{
 background-color: #005C2C;
 border : 0px none black;
 border-right : 3px ridge;
 border-bottom : 3px ridge;
  border-left : 1px ridge;
 color:black;
	margin-left: 5%;
	padding-left: 5%;
		border-right-color: green;
}

td.onmouse{
 border : 1px;
 border-right : 3px ridge;
 border-bottom : 3px ridge;
  border-left : 1px ridge;
 color: #711314;
 	margin-left: 5%;
	padding-left: 5%;
}

th{
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-weight: bold;
 background-color: #267B4E;
 border-bottom : 4px ridge;
 border-right : 4px ridge;
 border-right-width : 4px;
 color:#711314;
 border-right-color:#004B21;
 border-bottom-color:004B21;

}

A:link {
  font-size: 14px; 
  font-weight: bold;
  color: white; 
  text-decoration:none; 
} 

A:active { 
 font-size: 14px; 
 font-weight: bold;
 color: #711314; 
 text-decoration: none;
} 

A:visited {
  font-size: 14px; 
  font-weight: bold;
  color: white; 
  text-decoration:none; 
} 

A:hover { 
 font-weight: bold;
 color: #E7211F; 
 text-decoration: none;
} 
