BODY{
  background-image:url("img/bg.jpg");
  background-position:0% 0%;
  background-repeat:no-repeat;
  background-color:#b3e3f7;

  color: #313166; 
  font-family: verdana;  
  font-size : 11px;
  text-decoration: none;
  
  letter-spacing : 0px;
  line-height : 17px;  
  margin: 10px;
}

TABLE{
  color : #313166;
  
  text-decoration : none;
  font-size : 11px;
  letter-spacing : 0px;
  
  line-height : 17px;
  
  border-bottom: #51391c 0px solid; 
  border-left: #51391c 0px solid; 
  border-right: #51391c 0px solid; 
  border-top: #51391c 0px solid; 

  background-color : #b3e3f7;
}

A:LINK{
	text-decoration : none;
	font-size : 11px;
	color : #313166;
}

A:VISITED{
	text-decoration : none;
	font-size : 11px;
	color : #313166;
}

A:ACTIVE{
	text-decoration : underline;
	font-size : 11px;
	color : #313166;
}

A:HOVER{
	color : #FF6600;
	font-size : 11px;
	text-decoration : underline;
}
