
.floatright{
float:right;
border:2px solid black;
margin:6px;
padding:7px;
width:150px;
background:#94ab84;
}

.floatleft{
float:left;
border:2px;
margin:5px;
width:150px;
}

.floatbox{ 
border:2px dashed;
margin:10px;
padding:10px;
background:#bbbb99;
float:left;
width:175px;
 }

 .lightbox{
 border:2px dashed;
 margin:10px;
 padding:10px;
 background:#eeeedd;
 float:left;
 width:150px;
}

a:link { 
 font-weight: bold;
 font-style: sans-serif;
}     

a:visited{ 
 font-weight: bold;
 font-style: sans-serif;
           }           

a:hover{ 
text-decoration:none;
         }
         

a.trivial:link{ 
 font-weight: none;
 font-style: sans-serif;
 text-decoration: none;
                }       

a.trivial:visited{ 
 font-weight: none;
 font-style: sans-serif;
 text-decoration: none;
 font-size: 8pt;
 }

a.navlink  { 
 padding:2px;
 font-weight: bold;
 line-height: 15px;
 font-size: 10pt;
 font-style: sans-serif;
 text-decoration:none;
             }

a.navlink:hover  { 
 background: #cceeff;
 border: solid 2px;
 border-color: #7788aa;
 line-height: 15px;
 padding: 1px;
 font-weight: bold;
 font-size: 10pt;
 font-style: sans-serif;
 text-decoration:none;
                   }                  

h1 { 
 font-size:14pt;
 font-weight:bold;
     }
