body {
        /* font-family: "Courier New", Courier; */
        font-family: Arial; 	
	background-color: yellow;
	font-size: 100px;
        /* color: #9ACD32; */
        color: #FF0;
        background-image:url(images/logo/atariology.009.jpg);  
      	background-repeat:no-repeat;
	/* background-attachment:fixed; */
	background-position: right; 
	/* background-position: 10px 10px; */
}

a{
	font-weight: bold;
  	color: black;
  	text-decoration: none;
}

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

a:link{
	font-weight: bold;
  	color: black;
  	text-decoration: none;
}  

h1 {
	/* font-family: Arial; */
 	font-size: 140%;
	line-height: 75%;
	/* line-height: 20%; */
}

h2 {
 	font-size: 30%;
	line-height: 50%;
        font-weight: bold;
}

h3 {
 	font-size: 10%;
	line-height: .05%;
        font-weight: lighter;
}

#title{
	text-align: center; 
}

#main_options{
	text-align: left; 
	margin: 1% 0% 0% 5%;
	padding-top: 1%;
}

#foot{
	text-align:left;
	margin: 0% 0% 0% 5%;
  	color: black;
}
