
/* ============================================================= 

            Style Sheet for Menu pages

   Important -  only use text editer - NOT  HTML editor
   
   See Construction Notes for coding examples.

  ==============================================================  */


<style  type="text/css">


body
{
background:rgb(241,244,184);
background-color: rgb(241,244,184);
}




table       /* defines all the table fonts  */
{
font-family: Verdana, Arial, Impact, Helevetica;  
font-size: 12px;   
line-height: 20px;
font-weight: bold;
color: maroon;
}



H1         /*  main title at top of page - Maps or Prints  */
{
font-family: Times New Roman;  
font-size: 36px;   
line-height: 40px;
color: maroon;
}


H2        /*  not used  */  
{
font-family: Times New Roman;  
font-size: 32px;   
line-height: 38px;
color: maroon;
}


H3          /*  not used  */   
{
font-family: Times New Roman;  
font-size: 16px;   
line-height: 20px;
color: black;
}

H4          /*  not used  */  
{
font-family: Times New Roman;  
font-size: 12px;   
line-height: 16px;
color: black;
font-weight: normal;
}


body
{
background:rgb(241,244,184);
background-color: rgb(241,244,184);
}




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;  text-decoration:underline;} 
/* a:active{color: green; text-decoration:none;}  */



</style>



