body {
	margin-left: 10%; 
	margin-right: 10%; 
   	font-family: Times, New-Times;
	font-size: 100px;
   	color: white;
	/* background-color: black;  */
	background-color: orange;
	text-align: left;
      /*   background-image:url(../../images/logo/logo.006.gif);  */
      	background-repeat:repeat;
	background-attachment:fixed; 
	background-position: center center; 
} 


a{
   	text-decoration: none;
   	color: white;
}

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

a:link{
   	text-decoration: none;
}  

h1 {
	text-align: center;
}

h2 {
}

h3 {
 	font-size: 20%;
}

br {
	font-size: 80%;
} 
#title{
	text-align: center;
	font-size: 50%;
}

#main{
	text-align: left;
	font-weight: bolder;
 	font-size: 25%;
}
#indent{
	margin-left: 10%; 
	margin-right: 15%; 
	text-align: left;
	font-weight: bolder;
 	font-size: 20%;
}
	
#foot {
	text-align: center;
	font-size: 50%;
}