body.splash {
    background : #ffffff;
    color : #ffbb22;
}

a:link 
{

	background : inherit;
    	color : #FFbb22;
	text-decoration: none;
}

a:visited 
{

	background : inherit;
    	color : #ffbb22;
	text-decoration: none;
}

a:hover 
{

	background-color : inherit;
    	color : #ee7700;
	text-decoration: none;
}







.title {
	font-family:"century gothic";
	font-size:120%;
	text-align:center;
	color : #ffffff;
}

.links {
	font-family:"franklin gothic book";
	font-size:80%;
	text-align:center;
	color : #b0b0b0;
}

