body {
	margin: 1em;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.1;
	background: #FDF5E6;
	color: Teal;
}
#wrapper {
	width: 750px;
	margin: 0 auto;
}
#content {
	float:left;
	width: 300px;
}
		h1 {
	text-align: center;
	color: Black;
} 
      h2 {
      	text-align: center;
      }
		
	  #div2 {
	  	text-align: center;
		font-size: smaller;
	  }
	    
	  .class1 {
	text-align: center;
	font-size: small;
	background-color: #DCDCDC;
	padding-top: 4px;
	padding-bottom: 2px;
}
	 .class1a {
	 	text-align: center;
		font-size: small;
	
	 }
	  .class2 {
	text-align: left;
	font-size: small;
}	
	  .class3 {
	text-align: center;
	font-size: xx-large; 
}
	  .class4 {
	text-align: left;
	font-size: small;
	margin-top: -2px;
	margin-bottom: -15px;
}	
     .class9 {
     	text-align: left;
		font-size: large;
		margin-bottom: 0;
     }   
    #s1{
	font-size: small;
	text-align: center;
}
     
	  span {
	color: Teal;
	font-size: larger;
	
}
    		
     a:link {
	color: Blue;
	text-decoration: none;
	background-color: transparent;
}

	
a:visited {
	color: Blue;
	text-decoration: none;
	background-color: transparent;
}
	
a:hover {
	color: #0c0;
	text-decoration: underline;
	background-color: #F0FFFF;
}
	
a:active {
	color: #c00;
	text-decoration: none;
	background-color: transparent;
}
	
A:link IMG { border:  transparent}
A:visited IMG { border: transparent }
A:active IMG { border: 2px solid lime }	