
   BODY {background-color: linen; }
   .pagehead { color: #660000; font-family: arial, helvetica; font-size: 14pt;
                 font-style:italic; font-weight:800;}
 
 A {color: navy; font-weight: bold; font-size: 11pt;}
 A:hover { background-color: lightgray;}

 
 H2 { color: orange; line-height: 1em; margin-bottom: 3px;}
 H3 { font-family: arial, helvetica; color: #660000; }

.cssbtn1 { 
        
        width:50px; 
        padding-left: 2px;
	padding-right: 2px;
	
        font-size:14px; 
        font-family: Verdana, Geneva, sans-serif; 
        text-decoration:none; 
        text-align:left; 
        background:#cdf; 
        color:#; 
        border:1px solid gray; 
        
        white-space:nowrap; 
        cursor:hand; 
        } 


.cssbtn2 { 
         
        width:50px; 
        margin:0.2em; padding:1px; 
        font-size:10px; 
        font-family: Verdana, Geneva, sans-serif; 
        font-weight:normal; 
        text-decoration:none; 
        text-align:middle; 
        background:#cdf; 
        color:#333; 
        border:1px solid black; 
        vertical-align:middle; 
        white-space:nowrap; 
        cursor:hand; 
        } 
 
.cssbtn2:hover { background: lightgray; color:black } 
.cssbtn2:visited { background: #blue; color:black }
         

 
.border {border-style: dashed; border-width: 1px; border-color: gray;} 
P {margin-left: 1em; margin-right: 1em;fint-size: 11pt;}
HR {height: 1px; margin-bottom: 3px; line-height: 1px;}