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{
   	color: white;
	text-decoration: none;
	font-weight: bolder;
}

a:link{
	text-decoration: none;
}  

h1 {
	font-family: Arial, "Century Gothic"; 
 	font-size: 65%;
	text-align: center;
}

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

h3 {
	font-weight: lighter;
 	font-size: 18%;
}

#foot {
	text-align: center;
}
