a:link
{
   color: green; text-decoration: none;
}
a:visited
{
   color: green; text-decoration: none;
} 
a:active 
{
   color: green; text-decoration: none;
}
a:hover
{
   color: #A52A2A; text-decoration: underline;
}
body
{
   font-family: Comic Sans MS, Verdana, Arial;
   background-color: white;
   color: black;
   font-size: 12pt;
}
td
{    
   font-family: Comic Sans MS, Verdana, Arial;
   background-image: /images/Ivbkgnd.jpg;
   color: black;
   font-size: 12pt;
}   
h1, h2, h3, h4, h5, h6
{
   font-family: Comic Sans MS, Verdana, Arial; color: black;
}
h1
{
   font-size: 18pt;
}
h2
{
   font-size: 16pt; 
}
h3
{
   font-size: 14pt; 
}
h4
{
   font-size: 12pt;
}
h5
{
   font-size: 10pt;
}
h6
{
   font-size: 8pt;
}
.section_heading
{
   font-family: Comic Sans MS, Verdana, Arial; color: brown; font-size: 12pt;
}