
BODY {
  font-family: Arial, sans-serif;
  background-color: #370027;
}

A {

  text-decoration: none;
  font-style: roman;
}

A:link {
  color: red;
}

A:visited {
  color: maroon;
}

A:active {
  color: orange;
}

A:hover {
  color: orange;
}

P {
  font-size: 12pt;
}

H1 {
  font-size: 16pt;
}


H2 {
  font-size: 14pt;
}

TD {
  font-size: 12pt;
}

TH {
  font-size: 16pt;
}

TH.SUB {
  font-size: 14pt;
}

TD.INSET {
  padding-left: 1cm;
}

P, H1, H2, H3, H4, H5, H6, TD, TH {
  font-family: Arial, sans-serif;
}

.menuBar  A {

text-decoration: none;
}
/*
.menuLink A{
color:white;
}
*/

.menuOver {
background-color: #CC6699;
color: red;
 cursor: 'hand';
}

.menuOut {
color: white;
background-color: #993366;
}

.cPage {
background-color: #FF0033;
}

.rightPic
{
float: right;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 15px;
margin-left: 15px;
}
