a:link
{
	color: #006666; 
}
a:visited
{
	color: #006666; 
} 
a:hover
{       color: rgb(255,0,0);

}
a:active 
{
	color: rgb(255,255,0);
}
body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
        background-color: #F9EBCC;
	color: rgb(255,255,255);
        
}

ul      
{       font-family: verdana;
        font-size: 10pt;
        color: black
}
p
{       font-family: verdana;
        font-size: 10pt;
        color: black
}
table
{
	table-border-color-light: rgb(255,255,153);
	table-border-color-dark: rgb(255,255,51); 
}

h1
{
	color: #006666;
        font-family: Monotype Corsiva;
        font-size: 48pt;
        font-weight: bold;        
}
h2
{
	color: #006666;
        font-family: Times New Roman;
        font-size: 10pt;
         
