/* Style sheet for KOTN website */

/* bodybg is the entire page background */
.bodybg { 
   color: #000000; 
   background-color: #ffffff; 
   background-image: url("images/bkgrnd.gif"); 
/*   background-image: url("images/pagebg6.gif"); */
   }

/* mainbg is background of the overall table */
.mainbg { 
   color: #000000; 
   background-color: #ffffff;  
/*   background-image: url("images/bkgrnd.gif"); */
  }

/* Link attributes */
a:link { 
   color: #000099; 
   background-color: transparent; 
   }
a:visited { 
   color: #990000; 
   background-color: transparent; 
   } 
a:active { 
   color: #996600; 
   background-color: transparent; 
   }  
a:hover, a.toplinks:hover { 
   background-color: #ffff99; 
   color: #000000; 
   text-decoration: none; 
   }
a.imglink:hover {
   background-color: transparent;
   color: #ffffff;
   }
/* toplinks is the style of the links line across the top */
.toplinks { 
   font-family: arial, helvetica, sans-serif; 
   font-weight: lighter; 
   padding-bottom: .2em; 
   text-decoration: none; 
   background-color: #eeeeee; 
   color: #000000;
   }

/* kotnside defines the style for the left "kotn" boxes */
.kotnside {
   background-color: #eeeeee; 
   color: #000000; 
   font-family: verdana, arial, helvetica, sans-serif; 
   }

/* hlite is a general highlite style for a boxed area */
.hlite { 
   background-color: #ffff99;
   color: #000000;
   font-family: arial, helvetica, sans-serif; 
   }
/* hlite:hover makes the hover color contrast with the hlite color */
a.hlite:hover {
   color: #000000;
   background-color: #ffffff;
   }

/* mainhead is the style for the subject line on the secondary pages */
.mainhead { 
   font-family: verdana, arial, helvetica, sans-serif; 
   color: #000099; 
   background-color: transparent;  
   font-size: 125%;  
   font-style: italic;
   }

/* subhead is the style for the subject line of a subpage */
.subhead { 
   font-family: arial, helvetica, sans-serif; 
   color: #000099; 
   background-color: #ffffff; 
   font-size: large; 
   font-weight: bold; 
   }

/* inactive = grey out the link that refers to the current page */
.inactive { 
   color: #999999; 

   background-color: transparent; 
   }

h2 { 
   color: #333333; 
   background-color: transparent; 
   font-family: verdana,arial,helvetica,sans-serif; 
   font-weight: normal; 
   } 

h3 { 
   color: #993333; 
   background-color: transparent; 
   font-family: verdana,arial,helvetica,sans-serif; 
   font-weight: normal; 
   }

.normaltext { 
   color: #000099; 
   background-color: transparent; 
   font-family: verdana,arial,helvetica,sans-serif; 
   }

.smalltext { 
   color: #000099; 
   background-color: transparent; 
   font-family: verdana,arial,helvetica,sans-serif; 
   font-size: 85%; 
   }
 
.blacktext { 
   font-family: verdana, arial, helvetica, sans-serif;
   color: #000000;
   background-color: transparent; 
   }
.smallblack { 
   color: #000000; 
   background-color: transparent; 
   font-family: verdana,arial,helvetica,sans-serif; 
   font-size: 85%; 
   }

/* footbg define the background for the page footing */
.footbg {
   color: #000000; 
   background-color: #eeeeee; 
   }   

/* foot defines the text used in the page footing */
.foot { 
   font-family: arial, helvetica, sans-serif; 
   font-size: 70%; 
   }