a:link {color: #FEFF00; text-decoration: none; }
a:active {color: #ffffff; text-decoration: none; }
a:visited {color: #FEFF00; text-decoration: none; }
a:hover {color: #8200AD; text-decoration: none; }

h1
{
	font-family: verdana,arial,sans-serif;
	font-size: 140%;
	color: FEFF00;
}

body 
{
//	background: url(bg000000.jpg);
	background: #5b91e1;
	font-size: 100%;
	
//	Blue 5b91e1
//	Purple 8200AD
//Yellow FEFF00

	//padding: 65px 15px 0px 2em;
	margin: 20px;
	border: 0px;
	color: black;
}

img
{ 
	border: 0px none; 
}

.main
{
	position: absolute;
	top: 120px;
	left: 150px;
}

.SidePanel
{
	font-family: verdana,arial,sans-serif;
	position: absolute;
	top: 120px;
	left: 10px;
	font-size: 140%;
	color: 8200AD;
}