body
{
	color: white;
	background: #777;
	
	font-family: /* "Optima", */ "Times New Roman" , times ,  serif;
}


 a  { 
        text-decoration: none; 
        text.decoration: none; 
        color: white;
    }
    


#frontSplash
{
	margin-top: 50px;
	
	width: 	330px;
	margin-left: auto;
	margin-right: auto;

	text-align: center;
	
	padding: 1em;
	border: 2px dotted #888; 
}

#frontSplash img
{
	border: 1px solid #ccc;	
}

#frontSplash #mainName
{
	font-size: 2em;	
	
}