body {
	font-family: sans-serif, Arial, Helvetica;
	text-align: justify;
	color: #353535;
	background: #cccccc;
	link: #e3e923;
	v:link #44fdf9
}

a:link {
	font-family: sans-serif;
	text-decoration: underline;
	color: #003366;
	background: #cccccc;
}

a:visited {
	font-family: sans-serif;
	text-decoration: underline;
	color: #003366;
	background: #cccccc;
}

a:active {
	font-family: sans-serif;
	text-decoration: underline;
	color: #003366;
	background: #cccccc;
}

a:hover {
	font-family: sans-serif;
	text-decoration: underline;
	color: ##00FF00;
	background: #cccccc;
}

H1 {
	background : #cccccc none;
	color : #336699;
	font-size : 150%;
}

H2 {
	background : #cccccc none;
	color : #cc0000;
	font-size : 125%;
}

H3, H4, H5, H6 {
	font-size : 90%;
}

P {
	background : #010169 none;
	color : #333333;
	font : 400 normal 110% Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding : 2% 2% 2% 2%;
}
