body {
	background-color: #003300;
}
.Style1 {
	color: #FF0000;
	font-weight: bold;
	font-size: 20px;	
}
.Style6 {font-size: 8px;}
.Style7 {font-size: 9.3px;}
.Style8 {font-size: 11px;}
.Style9 {
	font-size: 14px;
	font-weight: bold;
}
.Style10 {
	font-size: 13px;
	text-align: justify;
}

.Style18 {font-size: 24px;}


body {text-align:center;margin:0}


A:link {
	color: #ff8c00;
	text-decoration: none;
	font-size: 12px;
}
A:visited {
	color: lime;
	text-decoration: none;
	font-size: 12px;
}
A:hover {
	color: green;
	text-decoration: none;
	background-color: #adff2f;
	font-size: 12px;
}
