@charset "utf-8";
/* CSS Document */


.heading {
background-color: #009933;
color:#FFFFFF;
font-family:"Times New Roman", Times, serif;
 text-align: center;
font-size:18px;
font-weight: bold;
}

.subheading {
background-color:#0033CC;
color:#FFFFFF; 
font-family:"Times New Roman", Times, serif;
font-size:14px; 
text-align: center;
font-weight: bold;
}

#content a {color:#fff;}
#content a:hover {color:#f00;}
