body
{
	background-color: white;
	color: black;
}
body.splash
{
	background-image: url("/splash.jpeg");
	background-repeat: no-repeat;
	background-position: top right;
}

a:link { color: #0000FF; }
a:visited { color: #6633CC; }
a:hover { color: #3300CC; }
a:active { color: #FF0000; }
