body {
	background-color: #990000;
	color: #000000;
	
} a:link {
	color: #00ccff;
		
} a:visited {
	color: #00ccff;

} #page { 
	position: absolute; 
	top: 100px; 
	left: 1px; 
	height: 1000px; 
	width: 1000px; 
	overflow: auto 
	
} h1.bigtitle { 
	font-size: 50px; 
	border-style: double; 
	border-color: #000000; 
	border-width: 1px;
	color: #3300ff;
	text-align: center;
	
} #first { 
	position: absolute; 
	top: 350px; 
	right: 195px; 
	height: 350px; 
	width: 600px; 
	background-color: #828282; 
	overflow: auto;
	
} #second { 
	font-size: 25px; 
	position: absolute; 
	background-color: #000000; 
	color: #000000; 
	top: 400px; 
	left: 5px; 
	width: 185px; 
	overflow: auto; 
	text-decoration: none; 
	text-align: center;
	
} #third { 
	font-size: 25px; 
	position: absolute; 
	background-color: #000000; 
	top: 400px; 
	right: 5px; 
	width: 185px; 
	overflow: auto;
        text-align: center;
	
} #fourth { 
	position: absolute; 
	top: 125px; 
	left: 95px;
	
} p.normal {
	text-align: center;
	font-size: 16px;
	color: #3300ff;
	
} h1.title {
	text-align: center;
	font-size: 40px;
	color: #3300ff;

} h1.linktitle {
        text-decoration: underline;
        color: #3300ff;
        font-size: 35px;
} p.links {
        font-size: 30px;