/* CSS Document */

A 	{ 
	color : #0000CC; 
	text-decoration : none; 
	font-size: 12px
}
A:hover { 
	color : #999999; 
	text-decoration : none 
}

.style1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:36px;
	text-align:center;
	font-weight:bold;
	color:#0000CC;
} 

