body {
	margin-left: 10%; 
	margin-right: 10%; 
   	font-family: "Courier New", Courier; 	
	font-size: 100px;
   	color: #FF0;
	background-color: black;
	/* background-color: rgb(33,33,0); */
	text-align: left;
        /*background-image:url(../../images/logo/atariology.003.gif);  */
       	background-repeat:repeat;
	background-attachment:fixed; 
	background-position: center center; 
} 


a{
   	text-decoration: none;
   	color: #FF0;
}

a:hover{
   	text-decoration: none;
   	color: blue;
}

a:link{
   	text-decoration: none;
}  

h1 {
	font-family: Arial, "Helvetica"; 
	text-align: center;
}

h2 {
	font-weight: lighter;
}
h3 {
	font-weight: lighter;
 	margin-left: 10%; 
	margin-right: 15%; 
}
li {
	font-size: 25%;
}
br {
	font-size: 80%;
}
li{
} 
#title{ 
	font-size: 40%;
	text-align: center;
	font-weight: bolder;
}
#main{
	font-size: 80%;
	text-align: LEFT;
}
#foot {
	text-align: center;
	font-size: 100%;
}