/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: Georgia, Times, Times New Roman, sans-serif;
	font-size: 0.9em;
	text-align:center;
	color:#29303B;
	line-height:1.3em;
	background: #6b7203;
}
a {
	color: #616704;	
	text-decoration:none;
}
a:visited {
	color: #616704;
}
a:hover {
	color: #6b7203;
	text-decoration:underline;
}
