body { 
	background: #FFFFFF;
	text-align: center;
	margin: 25px 25px 25px 25px;	
}


#nuc{
	float: left;
	text-align: left; 
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
	font-family: "Times New Roman", serif;
	margin-top: 15px;
		}

#art{
	float: right;
	text-align: right; 
	font-weight: bold;
	font-size: 10pt;
	font-family: "Courier New";
	color: #000000;
	background-color: #C0C0C0; 
	margin-top: 15px;
}	
	
a:link,
a:visited{
	text-decoration: none;
	background-color: #C0C0C0; 
	color: Black;
}



a:hover{
	text-decoration: none;
	color: #CC3300;
}

hr{
	color: #C0C0C0;
}
