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.002.jpg);  
      	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 {
}

h2 {
	font-weight: lighter;
 	font-size: 25%;
}

h3 {
	font-weight: lighter;
 	font-size: 20%;
	margin-left: 10%; 
	margin-right: 15%; 
}

br {
	font-size: 80%;
} 
#title{
	font-family: Arial, "Helvetica"; 
 	font-size: 50%;
	text-align: center;
	font-weight: bolder;
	
}
#main{
	font-family: Arial, "Helvetica"; 
	font-size: 25%;
	text-align: left;
}
#list{
	font-family: Arial, "Helvetica"; 
	font-size: 20%;
}
#foot {
	font-size: 80%;
	text-align: center;
}