body {
background : #fee070; 
} 
#left {
font-family : Arial, Helvetica, Verdana, sans-serif; 
color : white; 
font-weight : bold; 
} 
#content {
font-family : Arial, Helvetica, Verdana, sans-serif; 
font-size : 12pt; 
color : black;
background : white; 
padding : 5px; 
} 
#content2 {
font-family : Arial, Helvetica, Verdana, sans-serif; 
font-size : 18pt; 
background : white; 
padding : 5px; 
} 

#content2 td , #content ul {
font-size : 12pt; 
} 
A:link {
text-decoration : none; 
color : blue; 
} 
A:visited {
text-decoration : none; 
color : #f90; 
} 
A:active {
color : lime; 
} 
a:hover {
text-decoration : underline; 
color : aqua; 
} 
#content img , #left img {
margin-left : 2%; 
} 

h1 {
text-align: center;
}
#content2 a:link {
	background: blue;
	}
#content a:hover{
color : navy; 
background : #fee070; 
} 