A {
  text-decoration:none;
}
:hover{ color: blue }    /* when mouse is over a link */   

          BODY {
            Margin: 5px;
            Padding: 5px; }

          #top {
            position: absolute;
            top: 0px;
            left: 0px; 
            width: 100%;
            height: 15%;
            background-color: black;
            color: white;      
            }

          #nav {
            position: absolute;
            top: 15%;
            background-color: cccccc;
            font-size: 20px;
            font-weight: normal; 
            font-family: verdana, sans-serif;
            color: black;              
            border: thin solid; 
            left: 0px;
            width: 30%;
            height=85%;
           }

          #main {
            position: absolute;
            top:  15%; 
            left: 30%;
            width: 70%; 
            height=85%; 
            font-size: 17px;
            font-weight: normal; 
            font-family: verdana, sans-serif;
            background-color: #ffcc33;
            color: black;              
            BORDER: thin solid;
            float: left; }

/*****************************************
The following are for ads only - catch attention
*********************************************/ 

DIV.boxed_flash1   {  /* bkgrn is  olive  */ 
  BORDER: thick solid;
  padding: 20px;
  BACKGROUND-COLOR: rgb(204,204,153); 
  font-size: 24px;
  MARGIN-LEFT: 1%; 
  MARGIN-RIGHT: 1%; 
  } 
/****************************************************/




