@charset "utf-8";


body {
	background-color: #009900;
	font-family:Georgia, "Times New Roman", Times, serif;
}

	
a {
	color: #0000CC;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #009900;
	text-decoration:underline;
	}
	
