<!--
a:link {
   color : blue;
   font-weight:600;
   font-family: Arial, Arial, Serif;
   text-decoration:none;
  }
a:active {
   color:blue;
   font-weight:600;
   font-family: Arial, Arial, Serif;
   text-decoration:none;
  }      
a:visited {
   color:blue;
   font-weight:600;
   font-family: Arial, Arial, Serif;
   text-decoration:none;
  }
a:hover {
   color:red;
   font-weight:600;
   font-family: Arial, Arial, Serif;
   text-decoration:none;
  }
.header {
   background:url(http://www.farfenoogan.com/images/logo.png) no-repeat center;
   background-position:bottom;
   height:180px;
   border-style:solid;
   border-width:1px;
   border-color:black;
   background-color:rgb(51,102,255);
   margin-left:auto;
   margin-right:auto;
  }
.centerit {
   margin-left:auto;
   margin-right:auto;
  }     
.topnav {
   background-color:#9D9DFF;
   border-left:1px solid #000000;
   border-bottom:1px solid #000000;
   border-right:1px solid #000000;
   color:white;
  }
.buttons {
   margin:0px 0px 0px 0px;
   padding:5px;
   text-transform:uppercase;
   font-family: Arial, Arial, Serif;
   font-weight:500;
   font-size:small;
   white-space:nowrap;
   color:white;
   border:1px solid black;
  }
.buttons a {
   padding:5px;
   border-right:1px solid #000000;
   font-family: Arial, Arial, Serif;
   font-weight:600;
   font-size:small;
   color:white;
   text-decoration:none;
  }
.buttons a:hover {
   border-right:1px solid #000000;
   font-family: Arial, Arial, Serif;
   font-weight:600;
   font-size:small;
   text-decoration:none;
   color:white;
   background-color:#333333;
  }
.buttons strong {
   padding:0px 0px;
   border-right:1px solid #000000;
   font-family: Arial, Arial, Serif;
   font-weight:600;
   font-size:small;
   text-decoration:none;
   color:white;
   background-color:#000000;
  }
.leftnav {
   width:18%;
   background-color:#FFFFFF;
   border:1px solid #000000;
   float:left;
   padding:5px;
   clear:left;
   color:black;
   margin-left:0px;
   margin-right:4px;
  }
.leftbox {
   width:18%;
   background-color:#FFFFFF;
   float:left;
   border:medium double black;
   font-size: x-small;
   font-family: Arial, Arial, Serif;
   font-weight:normal;
   text-align:left;
   text-decoration:none;
   color:black;
   clear:left;
   margin-left:0px;
   margin-right:4px;
  }
.rightnav {
   width:20%;
   background-color:#FFFFFF;
   float:right;
   border:medium double black;
   font-size: small;
   font-family: Arial, Arial, Serif;
   font-weight:normal;
   margin-right:0px;
   text-align:center;
   text-decoration:none;
   color:black;
   clear:right;
  }
.rightbox {
   background-color:#FFFFFF;
   border:medium double black;
   font-size:x-small;
   font-family: Arial, Arial, Serif;
   font-weight:normal;
   margin-right:0px;
   text-align:left;
   text-decoration:none;
   color:black;
   clear:right;
  }
.newsbox {
   width:180px;
   background-color:#FFFFFF;
   float:right;
   border:medium double black;
   font-size:x-small;
   font-family: Arial, Arial, Serif;
   font-weight:normal;
   margin-right:10px;
   text-align:left;
   text-decoration:none;
   color:black;
   clear:none;
  }
.middle {
   clear:none;
   width:57%;
   margin-left:20%;
   text-align:left;
  }
.footer {
   background-color:#000000;
   clear:both;
  }
.textbox {
   background:white; 
   border-color:blue; 
   border-style:groove;
   border-width:10px;
   margin:10px 10px 10px 10px;
   padding:6px 6px;
   width:450px;
  }
.col1 {
   position:absolute;
   left:220px;
  }        
.col2 {
   position:absolute;
   left:270px;
  }        
.col3 {
   position:absolute;
   left:350px;
  }        
.col4 {
   position:absolute;
   left:700px;
  }        
H1 {
   font-size:x-large;
   font-family: Arial, Arial, Serif;
   font-weight:bold;
   color:blue;
   text-align:center;
  }
H2 {
   font-size:large;
   font-family: Arial, Arial, Serif;
   font-weight:normal;
   color:blue;
   text-align:center;
  }
H3 {
   font-size:medium;
   font-family: Arial, Arial, Serif;
   font-weight:normal;
   color:#004080;
   text-align:center;
  }
H4 {
   font-size:small;
   font-family: Arial, Arial, Serif;
   font-weight:normal;
   text-align:left;
  }
H5 {   
   font-size:x-large;
   font-family: Arial, Arial, Serif;
   font-weight:normal;
   color:yellow;
  }
H6 {
   font-family: Arial, Arial, Serif;
   font-size:xx-large;
   font-weight:bold;
   color:#FF8040;
  }
body {
   background-color:#C0C0C0;
   float:none;
   border-left:0px solid #000000;
   border-bottom:0px solid #000000;
   border-right:0px solid #000000;
   font-family: Verdana, Verdana, Serif;
   font-weight:normal;
   font-size:9pt;
   color:black;
   text-align:left;
  }
img {
   border:0px;
   padding-right:4px;
  }
td {
   font-family: Verdana, Verdana, Serif;
   font-weight:normal;
   font-size:9pt;
   color:black;
   text-align:left;
   }  
-->
