<!-- 
a.link {color: blue; font-family: arial, sans-serif; }
a.text {color: blue; text-decoration: none; background: "#DBBF75"; font-family: arial, sans-serif; }
A:hover { 
  color: #ff0000; 
  text-decoration : underline; 
  background: #c0c0c0;
 font-family: arial, sans-serif;
}


.body {
 top: 0px;
 font-family: arial, sans-serif;
 background: none; 
}

#upleft2 {
 float: left;
 width: 100%;
 background: none;
 padding-left: 3px;
}

#titleblock {
 position: relative;
 width: 60%;
 margin-left: 18%;
 font-family: arial, sans-serif;
 text-align: center;
 background: #ffffff;
 padding-bottom: 3px;
}

#main {
 float: left;
 width: 80%;
 border: none;
 background: #ffffff;
 padding-left: 4px;
 padding-right: 2px;
 margin-left: 2px;
 font-family: arial, sans-serif;
}

#topmenu {
 float: left;
 width: 80%;
 border: none;
 background: #ffffff;
 padding-left: 4px;
 padding-right: 2px;
 margin-left: 2px;
 font-family: arial, sans-serif;
} 
 
#leftcolumn {
 float: left;
 width: 18%;
 border: none;
 background: #ffffff;
 padding-left: 2px;
 padding-right: 2 px;
 font-family: arial, sans-serif;
}

#rightcolumn {
 float: right;
 right:5px;
 top:140px;
 width: 125px;
 padding-left: 2px;
 padding-right: 2px;
 font-family: arial, sans-serif;
}

.navbox {/*button-like box for the left-side navigation*/
   font-size: 15px;/*readability for the links*/
   font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
   background-color: #003399;
   border-color: #FF6633;/*or, in shorthand, the three*/
   border-style: none; /*border-properties would read:*/
   border-width: 2px;/*border: 2px groove #FF6633;*/
   padding: 4px;
   margin: 2px;
   width: 120px;
   }
.navbox A:hover {/*button-like box for the left-side navigation*/
   font-size: 15px;/*readability for the links*/
   font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
   background-color: #ffffff;
   border-color: #FF6633;/*or, in shorthand, the three*/
   border-style: none; /*border-properties would read:*/
   border-width: 2px;/*border: 2px groove #FF6633;*/
   padding: 4px;
   margin: 2px;
   width: 120px;
   }

A.nav:link {
  color: #FF8c00; 
  text-decoration : none; 
  font-weight: 600; 
  font-size:14px; 
  background: transparent;}
A.nav:visited {
  color: #FF8C00; 
  text-decoration : none;
  font-weight: 600; 
  font-size:14px; 
  background: transparent;}
A.nav:hover { 
  color: #7FFFD4; 
  text-decoration : none; 
  font-weight: 600; 
  font-size:14px; 
  background: transparent;}

#abs {
 float: left;
 width: 25%;
 margin: 0.5 em;
 top: 1em;
 left: 1em;
 background: white;
 padding: 3px;
}

#author {
 padding: 3px;
}

#img {
 border: solid thick #000000;
}

//-->

