/******************************/
/* background and auxiliaries */
/******************************/
body {
	margin: 0px;
	background-color: #000098;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	/*color: #666f74;*/
	color: #334d55;
}

/*************** Links global styles ****************/
a:link, a:visited, a:hover {
/*	padding: 6px 0px 6px 10px;*/
}
a:link {
	color: #CCCCCC;
	width: auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	background-color: #a6b3bb;		 /* #bbbbcd; */
}

p {
	text-align: center;
}
