BODY {
  margin-top: 5px;
  margin-bottom:5px; 
  margin-left: 5px;
  margin-right:5px;
  background:#000000;
  color:#FFFFFF;
  font-size: 12pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

TD > A {
  font-size: 10pt;
  }

A {
  text-decoration:none;
  font-size: 12pt;
  white-space:nowrap;
  }
A:link {
  color:#0099FF;
  }
A:visited {
  color:#0099FF;
  }
A:active {
  color:#CC9900;
  }

A.note {
  text-decoration:underline;
  font-size: 8pt;
  color:#A0A0A0;
  }
A.note:link {
  color:#A0A0A0;
  }

H1 {
  font-size:24pt;
  color:#FFFFFF;
  }
H2 {
  font-size:20pt;
  }
H3 {
  font-size:18pt;
  }
H4 {
  font-size:16pt;
  }
H5 {
  font-size:14pt;
  }
H6 {
  font-size:12pt;
  }
P,UL,OL,LI {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 12pt;
  margin-left: 5px;
  color: #FFFFFF; 
  }
P.note {
  font-size: 8pt;
  color:#A0A0A0;
  }
P.foto {
  font-size: 8pt;
  font-weight: bold;
  }
P.menu {
  font-size: 8pt;
  font-weight: bold;
  margin-left: 8px;
  }

DT {
  margin-bottom: 5px;
  }
TABLE {
  margin-right: 7px;
   }
TH {
  background:#40E0D0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  }
TD {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color:#FFFFFF;
  }
TD.menu {
  font-weight: bold;
  font-size: 8pt;
  color:#00FFFF;
  background:#0000FF;
  }
TD.menu-inactive {
  font-weight: bold;
  font-size: 8pt;
  background:#0000FF;
  color:#FFF0C8;
  text-decoration:underline;
  }
  
KBD {
  font-style:italic;
  color:#0000FF;
  }
SAMP {
  color:#FF0167;
  }
CODE {
  color:#010203;
  font-size: 2pt;
  }
PRE {
  font-family: courier;
  color:#0000FF;
  }
LEGEND {
  font-weight: bold;
  }

SUP {
  font-size: 8pt;
  }

.button A {
	display: block;
 	background: #42507D;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
	color:white;
	border-style:solid;
	border-left:medium solid #DC143C;
	border-left-color:#97A2BD;
	border-left-width:2px;
	border-bottom-color:Black;
	border-bottom-width:1px;
	border-top-color:#97A2BD;
	border-top-width:2px;
	border-right-color:Black;
	border-right-width:1px;
	padding:3px;
	}
.button A:hover {
	display: block;
 	background: #5483C2;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
	color:white;
	border-style:solid;
	border-left:medium solid #DC143C;
	border-left-color:#97A2BD;
	border-left-width:2px;
	border-bottom-color:Black;
	border-bottom-width:1px;
	border-top-color:#97A2BD;
	border-top-width:2px;
	border-right-color:Black;
	border-right-width:1px;
	padding:3px;
	}

