  
A:link {text-decoration: none; color:white} 
A:visited {text-decoration: none; color:white}
A:hover {
	text-decoration: none;
	color:gray;
	text-align: center;
} 



a.specialLink:link { color: darkblue; }
a.specialLink:visited { color: darkblue; }
a.specialLink:hover { color: gray; }

DIV.header { font-style: italic;
             font-family:  Arial, Georgia,;
		     font-weight: bold;
		     color:navy;
			
		   }
		   
		   
		   
.center {
display:block;
margin-top:10px;
margin-left:auto;
margin-right:auto;
}

