/* CSS Document */

/*body{
	height: 100%; 
	width: 100%; 
	margin: 0; 
}*/

body, table{
	background-color: #DCC383;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#660000;
	border: none;
	}
img{
	border: none;	
	}
	
a:link, a:visited{
font:Georgia, "Times New Roman", Times, serif; 
font-size:14px; 
color:#660000; 
text-decoration:none; 
font-weight:bold;
}

a:hover{color:#00CC00;}

.hand {
cursor:pointer;
}
