/* --------------------------------------------------- */
/* OU HISTORY SOC,   SKILL ZONE LTD, 2006              */
/* --------------------------------------------------- */
BODY
  {
  background: #FFFFFF ;
  margin: 0px;
  padding: 0px;
  }

BODY, P, TD, OL, UL, BLOCKQUOTE 
  {
  color: black;
  font-family: Arial,helvetica ;
  font-size : small; 
  }

A {
  color: #000066;
  }

A:hover, A:active
  {
  color: #FF0000;
  }
 
TD.images
  {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right:25px;
  padding-left:8px;
  font-size: 8pt;
  text-align: center;
  vertical-align:top;
 }
 
TD.images IMG
  {
  border: solid black 1px;
  }

TD.info
  {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right:25px;
  padding-left:8px;
  line-height:150%;
  }

TD.shadow
  {
  width: 10px;
  background: white url(/shadow.gif) repeat-y;
  }
 
 
 
/* ==================================================== */
/* FORMS                                                */
/* ==================================================== */
INPUT.modern, TEXTAREA.modern
  {
  border: solid black 1px;
  background: #ffffcc;
  width: 400px;
  }

/* ==================================================== */
/* HEADINGS                                             */
/* ==================================================== */
h1
  {
  color: black;
  font-weight:bold;
  font-size:17pt;
  line-height:normal;
  }

h2
  {
  color: black;
  font-weight:bold;
  font-size:13pt;
  line-height:normal;
  }

h3
  {
  color: black;
  font-weight:bold;
  font-size:12pt;
  line-height:normal;
  }
  
  
/* ==================================================== */
/* MENU BAR SETTINGS                                    */
/* ==================================================== */
TD.menu
  {
  width: 190px;
  background: #C00000;
  text-align: center;
  }

DIV.menu
  {  
  width: 100%;
  font-family: arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  }

A.menu, A.menu:VISITED
  {
  width: 100%;
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  color: white;
  text-decoration: none;
  }

A.menu:HOVER, A.menu:ACTIVE
  {
  color: #400000;
  background: #FCEB57;
  }

