BODY {
  font-family: verdana, helvetica, sans-serif;
  background-color: #ffffff;
  color: #000000;
  margin-left: 100px;
  margin-right: 100px;
  font-size: 12px;
}

A:hover {
  color: red;
  background-color: gold;
}

A:link {text-decoration: none}
A:active {text-decoration: none}
A:visited {text-decoration: none} 

P.list	{font-size: 12px}
H1	{color: #185974; font-weight: bold; font-size: 19px}
H2 	{color: #00785D; font-size: 15px}
H3 	{color: #000000; font-size: 14px}
H4	{color: #7B0000; font-size: 13px}
H5	{color: #7B0000; font-size: 13px}
B 	{color: #333399} 
HR	{color: black}
CODE	{font-family: courier}

.list		{font-size: 12px}
.pdtable	{font-size: 12px; background-color: #f3f3f3}
.pdttitle	{font-size: 14px; font-weight: bold; color: white; background-color: #333399}
.btable		{font-size: 12px}
.ttitle		{font-size: 14px; font-weight: bold; color: #333399}

PRE     {
  background: #dddddd;
  border: 1px solid black;
  color: black;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 20px;
  margin-right: 100px;
  white-space: pre;
}

