BODY {      background-color : #ffffff      background-image: url(Pattern1.gif);      background-repeat: repeat-y; 	  font-size: 10px;      font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;      color : #4E4E4E;      margin: 5px;      margin-top: 3px;       }      Table {      font-size: 10px;      font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;      color : #4E4E4E;      margin: 5px;      margin-top: 3px;       }      .Navigation {/*The navigation on the left side, positioned absolutely*/    position: absolute;    top: 100px;    left: 3px;    width: 135px;    height: auto;    font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;    line-height : 110%;/*line-height set to 110% in order to*/    }                  /*have the navigation elements better separated*/    .Content {/*this is the main content area*/    background: #FFFFFF;    /*declare a color together with a contrasting background color*/    color: #000088;/*to insure readability*/    margin-left: 160px;    /*to position the content area to the right of the navigation*/    margin-right: 20px;/*breathing space for the text*/    padding: 5px;/*space to separate navigation and content*/    font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;     width: auto;    border: 0.1px solid #FFFFFF;    /*to insure that NN4.xx renders the background-color of the content area*/    }.Header {    margin-top: 10px;    margin-left: 160px;    } .box {/*this is a box where the bottom-navigation*/      /* and the copyright will be placed*/  background: #FFFFFF;  color : #000099;  font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;  font-size: 12px;  padding : 2px;  margin: 2px;  border-color : #48D1CC;  border-style : groove;  border-width : 2px;/* the border property in longhand*/  }.navbox {/*button-like box for the left-side navigation*/   font-size: 15px;/*readability for the links*/   font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;   border-color: #FF6633;/*or, in shorthand, the three*/   border-style: groove; /*border-properties would read:*/   border-width: 2px;/*border: 2px groove #FF6633;*/   padding: 1px;   margin: 2px;   }     A:link {color: #4e4e4e; text-decoration : none; background: transparent;}/*normal links in the text*/A:visited {color: #ff0000; text-decoration : none; background: transparent;}A:hover { color: #000099; text-decoration : underline; background: transparent;}/*now follow the section links in the navigation bar on the left side*/        A.nav:link {color: #FFFFFF; text-decoration : none; font-weight: 600; font-size:11px; background-color: #003366;}A.nav:visited {color: #FF8C00; text-decoration : none;font-weight: 600; font-size:11px; background-color: #003366;}A.nav:hover { color: #7FFFD4; text-decoration : none; font-weight: 600; font-size:11px; background-color: #003366;}A.navtot {color: #CDCDCD; text-decoration: none; font-weight: 600; font-size: 11px; background-color: #003366;}/*the actual page*//*these are the sub-section links in the navigation bar on the left side*/ A.nav2:link {color: #FFFFFF; text-decoration : none; font-weight: 500; font-size:14px; background-color: #003366;}A.nav2:visited {color: #FF8C00; text-decoration : none;font-weight: 500; font-size:14px; background-color: #003366;}A.nav2:hover { color: #7FFFD4; text-decoration : none; font-weight: 500; font-size:14px; background-color: #003366;}A.navtot2 {color: #CDCDCD; text-decoration: none; font-weight: 600; font-size: 14px; background-color: #003366;}/*the actual page*/img.top {float: right; margin-right: -5px;}/*the 'back to the top' image*/ strong, b {font-weight: 800;}/*NN 4.xx needs that...*/ big {font-size: larger;}/*to emphasize words, use it inline with a  class*/ small {font-size: smaller;}/*not really necessary, but one never knows...use it inline with a  class*/  .oldbrowser {display: none;}