body{
	background-image: url(logo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #F7F3DA;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  
}

table{
  width: 100%;
  height: 100%;
  text-align: right;
 
}

a:link, a:visited {
	color: #008D7D;
	text-decoration: none;
	font-size: xx-small;	
}

a:hover {
	color: #008D7D;
	text-decoration: underline ;
}



