body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#001A33;
	font-size:28pt;
	}

/* unvisited link */
a:link {
	text-decoration:none;
	color:#001A33;
}   
a:visited {color:#3D3D3D; font-style:italics;}  /* visited link */
a:hover {color:#00ccff;;}  /* mouse over link */
a:active {color:#003366;text-decoration:underline;}  /* selected link */

#vertCenter {
	position:absolute; 
	top:40%; 
	height:240px; 
	width:100%;
	margin-top:-120px; 
	text-align:center;
}
#bigFont{
	font-size:64pt;
	text-decoration:none;
	}
	
#bigTable:{
	font-size:46pt;
	}
	
#underlinked:hover {
    text-decoration:underline; !important
}