body{
	background: #006699;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14;
	color: #FFFFFF
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
	
}

a:active {
	color: #FF0000;
	text-decoration: underline;
	
}

a:visited {
	color: Silver;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: Yellow;
}

a.copyright {
	font-size : 75%;	
}

.text {
	text-align : justify;
}


