
/* ============================================================= 

            Style Sheet for Opening Frames

   Important -  only use text editer - NOT  HTML editor


  ==============================================================  */


<style  type="text/css">

a:link{color:blue; text-decoration:none}
a:visited{color:blue; text-decoration:none}
a:focus{color: olive; text-decoration:none}
a:hover{color:red;  background-color: rgb(255,255,153);text-decoration:none} 
a:active{color: green; text-decoration:none}

/*  Note: the 'hover' backgound looks a bit pathetic  */

body
{
font-family: Times New Roman;  
font-size: 28px;   
line-height: 32px;
color: maroon;
background: rgb(241,244,184); 
}



table
{
font-family: Verdana, Arial, Impact, Helevetica;  
font-size: 12px;   
line-height: 28px;
font-weight: bold;
background: transparent;
}

H1
{
font-family: Times New Roman;  
font-size: 36px;   
line-height: 40px;
color: maroon;
}


H2
{
font-family: Times New Roman;  
font-size: 32px;   
line-height: 38px;
color: maroon;
}


H3
{
font-family: Verdana, Arial, Impact, Helevetica;  
font-size: 12px;   
line-height: 18px;
font-weight: bold;
color: maroon;
}

</style>
