.homepage-text {
	font-family : verdana;
	font-size : 10;
	color : white;
	overflow: auto;
	width: 280px;
	height:300px;
	margin-left:30px;
	margin-top:61px;
	scrollbar-face-color:#2D2D2D;
	scrollbar-highlight-color:#020003;
	scrollbar-3dlight-color:#C0C0C0;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#808080;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#020003;
}
a {
	color:#FBFF00;
	text-decoration:underline;
}
a:hover {
	color:#FBFF00;
	text-decoration:none;
}
.links {
	font-family : verdana;
	font-size : 10;
	color : white;
	padding-bottom:8px;
}
.nav {
	font-family : verdana;
	font-size : 10;
	color : White;
	text-decoration:underline;
	white-space:nowrap;
}
.nav a:hover {
	text-decoration:none;
}
.background {
	background-image: url(../index.jpg); 
	/*background-attachment: fixed;*/
	background-repeat: no-repeat; 
	/*background-position: left top;*/
}
.copyright {
	font-family : verdana;
	font-size : 10;
	color : White;
	white-space:nowrap;
	line-height : 18px;	
}
.copyright a{
	font-family : verdana;
	font-size : 10;
	color : White;
	text-decoration:none;	
}
.copyright a:hover{
	text-decoration:underline;	
}
hr {
	height : 1px;
	color : white;
}
.credits {
	font-family : verdana;
	font-size : 10;
	color : White;
}
.nav-space {
	letter-spacing : -2px;
}