body { font-size: 11px;
       font-family:Tahoma;
       width: 100%; 

      background-image: url('bgline.jpg');
      background-position: left; 
      background-color: #ecefff; 
      background-attachment: scroll; 
      background-repeat:repeat-y;
     


}

.head { font-family: Garamond; 
        text-transform: uppercase;
        font-size: 20px; 
        font-weight:bold;
        color: #d7a2ce;   
        letter-spacing:1px; 
	padding: 5px;


        }

.navhead { font-family: Garamond; 
        text-transform: uppercase;
        font-size: 18px; 
        font-weight:bold;
        color: #f4bfda;  
        margin.height:1px; 
        letter-spacing:1px; 
        border: #FFFFFF; 
        border-bottom-style: solid;
        border-width: 1px; 
	text-align: center;


        }



A:link{color:#ffba00;
       text-decoration:underline overline;
       font-weight:bold;
}

A:visited{color:#d52b2b;
          text-decoration:underline overline;
          font-weight:bold;
}

A:active{color:#efc55a;
         text-decoration:none;
         font-weight:bold;
}

A:hover{ 
        color:#af949f;
        text-decoration:none;
        cursor:crosshair;
}


html{
                     scrollbar-track-color: #FFFFFF;
  	             scrollbar-face-color: #FFFFFF;
  	             scrollbar-highlight-color: #91a2ff;
  	             scrollbar-3dlight-color: #FFFFFF;
  	             scrollbar-darkshadow-color: #FFFFFF;
  	             scrollbar-shadow-color: #91a2ff;
  	             scrollbar-arrow-color: #91a2ff;         
}