body
{
	text-align: center;
    	text-align: -moz-center;
	/*margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;*/
	font-size: 12px;
	color: black;
	font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
	background-color: ffffff;
}

a:link, a:visited, a:active 
{ 
	text-decoration: underline; 
	color: #333333;
}

a:hover 
{ 
	text-decoration:underline;
	color: red; 
}

div.splash
{
	border: solid 1px gray;
	width: 50%;
}