body {  
	background-attachment: fixed;
	background-color: #000000;
        font-family: Courier;
	
}


a.maintext:link {text-decoration:underline; color: black;}
a.maintext:visited {text-decoration:none; color: black;}
a.maintext:active {text-decoration:none; color: black;}
a.maintext:hover {text-decoration:none; color: black;}

a.titles:visited {text-decoration: underline overline; color: white;}
a.titles:active {text-decoration: underline overline; color: white;}
a.titles:hover {text-decoration: underline overline; color: white;}
a.titles:link {text-decoration:underline overline; color: white;}

a.about:visited {text-decoration: none; color: white;}
a.about:active {text-decoration: none; color: white;}
a.about:hover {text-decoration: none; color: white;}
a.about:link {text-decoration: none; color: white;}

img { 
border: none
}

.scroller 
	{
	overflow-x: hidden;
	}
