/* CSS Document */

body {
	background-color: #263E17;
	text-align:center;
	margin:20px;
	padding:0;
	font: 12px Georgia, "Times New Roman", Times, serif; 
	color: #566422;
	color:#666;
	}
a {
	color:navy;
	text-decoration:none;
	border-bottom:1px dotted;
	}
a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
}
