.text {  
    font-family: Arial, Helvetica, san-serif; 
	font-size: medium; 
	color: #CC9900}

a {  font-weight: bold; color: #996600; text-decoration: none;}
a:hover {  font-weight: bold; color: #996600; text-decoration: underline;}
h1 {  
    font-family: Arial, Helvetica, san-serif; 
	font-size: x-large; 
	font-weight: bold; 
	color: #CC9900}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #CC9900
}
p {
	font-family: Arial, Helvetica, san-serif; 
	color: #CC9900;
	font-size: 1em;
}