/* start main structure */

a:link { color: #636363; text-decoration: none; }
a:visited { color: #636363; text-decoration: none; }
a:active { color: white; text-decoration: none; }
a:hover { color: white;}

body {
	scrollbar-3dlight-color: #505050;
	scrollbar-highlight-color: #505050;
	scrollbar-face-color: #393939;
	scrollbar-shadow-color: #393939;
	scrollbar-darkshadow-color: black;
	scrollbar-arrow-color: #9D9D9D;
	scrollbar-track-color: #333333;
	overflow: auto;
	background: Black;
}

/* start splash page */

div.title {
	font: 38px Georgia;
	color: White;
	letter-spacing: 2px;
}
div.desc {
	font: 20px Georgia;
	color: #666;
	letter-spacing: 1px;
}

/* end splash page */




