body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#001A33;
	font-size:28pt;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	}

/* 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;
}

@keyframes subtleColorChange {
    0% { color: #001A33; }
    50% { color: #003955; }
    100% { color: #001A33; }
}

#bigFont{
	font-size:72pt;
	text-align:center;
	animation: subtleColorChange 4s ease-in-out infinite;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	}
	
#bigTable {
	font-size:46pt;
	}
	
#underlinked:hover {
    text-decoration:underline; 
}