html,body {
	height: 100%;
	font-family: arial;
	font-size: 14px;
	background-color:#99ccff;
	color:#369;
	
	
}


p {
	color:#369;
	padding-top:10;
	font-family: arial;
	padding-left: 5px;
	font-size: 16px;
}
p.menu {
	
	font-family: arial;
	padding-left: 5px;
	font-size: 16px;
}


a {
	font-family: Arial;

	color: white;
	text-decoration: none;
}

a:hover {
	font-family: Arial;
	
	color: white;
	text-decoration: underline;
}
a.nove {
	font-family: Arial;	
	color: blue;
	text-decoration: none;
}
a.nove:hover {
	font-family:  Arial;	
	color: blue;
	text-decoration: underline;
}
