/* CSS Document */

p {
	margin-top: 0;
	text-align: justify;
	color: #FFFFFF;
	}
	a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #OO33FF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #9933CC;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #OO66FF;
	
	}
body {
	font: georgia, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #66cc66;
	margin: 10;
	padding: 0;
	left: auto;
	}
	
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	background-color: #FFFFFF;
}
.style {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

