body {
	font: small-caps 0.85em Arial, sans-serif;
	background:#fff;
	margin:0;
	padding: 0px;
}

p {
	margin:0;
	padding:0;
	text-align:center;
}

a:link { 
	color: blue; 
	background: #fff;
	text-decoration:none;	
} 
a:visited { 
	color: blue; 
	background: #fff;
	text-decoration:none;
} 
a:hover {
	color: red; 
	background: #fff;
	text-decoration:none;
}
a:active {
	color: red; 
	background: #fff;
	text-decoration:none;
}


.white {
	color:white;
}

.red {
	color:red !important;
}
