body {
  font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size : 12px;
  font-style : normal;
  font-variant : normal;
  font-weight : normal;
  letter-spacing : normal;
  line-height : 11px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom:0;
  margin-left: 0;
  background-attachment : fixed;
  background-image : url(../images/background.jpg);
  background-position : top;
  background-repeat : repeat-x;
    background-color : #003399;
}

table td {
	font-size : 12px;
  	font-style : normal;
 	font-variant : normal;
  	font-weight : normal;
  	line-height : 20px;
	letter-spacing : normal;
	color : white;
 }

table tr {
	font-size : 12px;
  	font-style : normal;
  	font-variant : normal;
  	font-weight : normal;
  	line-height : 20px;
  	letter-spacing : normal; 
	color : white;
}


.privacy{
	font-size : 12px;
  	font-style : normal;
  	font-variant : normal;
  	font-weight : normal;
  	line-height : 20px;
  	letter-spacing : normal; 
	color : black;
}


.a:link, .a:visited, .a:active{
	color : red;
}

.a:hover{
	color : #FFD700;
}