BODY
{
  color         : black;
  background    : beige;
} 

A:link
{
  color         : white;
} 

A:visited
{
  color         : white;
} 

A:hover
{
  color         : yellow;
}

.banner
{
  color         : black;
  position      : absolute;
  left          : 0px;
  top           : 30px;
  width         : 780px; 
  height        : 20px;
  background    : white;
  font-family   : courier;
  font-size     : 10pt;
  border-color  : white;
  border-width  : 1px;
}

.bar
{
  color          : white;
  position       : absolute;
  left           : 0px;
  top            : 50px;
  width          : 130px; 
  height         : 35px;
  background     : darkblue;
  font-family    : verdana;
  font-size      : 10pt;
  border-color   : white;
  border-width   : 1px;
}

.menu
{
  position     : absolute;
  width        : 150px;
  height       : 120px;
  background   : darkblue;
  top          : 86px;
  visibility   : hidden;
  font-family  : verdana;
  font-size    : 10pt;
  border-color : white;
  border-width : 3px;
}

.logo-shadow
{
  position     : absolute;
  top          : 1px;
  left         : 220px;
  height       : 50px;
  color        : maroon;
  font-family  : Futura;
  font-weight  : bold;
  font-size    : 20pt;
}
	
.logo-colour
{
  position     : absolute;
  top          : 0px;
  left         : 221px;
  height       : 50px;
  color        : darkblue;
  font-family  : Futura;
  font-weight  : bold;
  font-size    : 20pt;
}

.script-info
{
  position     : absolute;
  top          : 30px;
  left         : 8px;
  height       : 10px;
  color        : red;
  font-family  : verdana,serif;
  font-size    : 8pt;
}

.link-info
{
  position     : absolute;
  top          : 150px;
  left         : 100px;
  height       : 10px;
  width        : 240px;
  color        : red;
  font-family  : verdana,serif;
  font-size    : 8pt;  
}

.smallHeader
{
font-family: "Times New Roman", Times, serif;
font-size: 12px;
color: #000000;
background-color:#F0F0F0;
}
.smallHeader A:visited {Color: #81030E; text-decoration: none; }
.smallHeader A:link {Color: #81030E; text-decoration: none; }
.smallHeader A:hover {Color: #81030E; text-decoration: none; background-color: #C0C0C0;}
