body {
  font:                	small/1.6em Verdana, Helvetica, Arial, sans-serif;
  background-color:    	#ffffcc;
  color:	       	#222222; 
}

/* Hacks */
* html body {
  font-size:	x-small; /* for IE5/Win */
  f\ont-size:	small; /* for other IE versions */
}



#title {
  padding-left:		120px;
}

h1 {
  color:               	#970000;
  font-size:           	150%;
  text-align:		center;
}

h2 {
  font-size:           	130%;
}


ul {
  
}


#nav {
  
}


#main {
  border:              	medium solid #970000;
  padding:             	20px 20px 20px 20px;
  margin:         	20px 80px 20px 80px;
  text-align:          	justify;
  background-color:    	#ffffee;
}

#footer {
  clear:		both;
  font-size:           	70%;
  text-align:          	center;
  line-height:         	normal;
  margin-top:          	30px;
  margin-left:         	20px;
}


a:link {
  text_decoration:	none;
  color:               	#222222;
}

a:visited {
  text_decoration:	none;
  color:               	#222222;
}

a:hover {
  text-decoration:	none;
  color:		#f40a0a;
  
}

a:active {
  text_decoration:	none;
  color:               	#f40a0a;
}
