@charset "UTF-8";
/* CSS Document */

body {
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0;
	background-color: #c0c0c0;
	color: #333;
	text-align: justify;
	a:link  color: #26a215;
	a:visited  color: #993399;
	a:hover  color: #009999;
	a:active  color: #993333;
}