BODY
{
	background-color: white;
	color: black;
}

PRE
{
	color: black;
	text-decoration: none;
	font-size: 13;
	font-family : monospace;
}

A
{
	color: #000099;
	text-decoration: none;
}

A:visited
{
	color: #000099;
	text-decoration: none;
}

A:hover 
{
	color: #33AACC;
	text-decoration: none;
}

#ok
{
	color: White;
	text-decoration: none;
	font-size: +1;
}

#ok:hover
{
	color: Red;
	text-decoration: none;
	font-size: +1;
}

#ok:visited
{
	text-decoration: none;
	font-size: +1;
}

.newstitle { 
	color: #FF0000;
	text-align: center;
}

.red { color: #FF0000}
.lightred { color: #CC0000}
.orange { color:#FF6600}
.size10 { font-size: 10}
.size11 { font-size: 11}
.size12 {  font-size: 12}
.size13 {  font-size: 13}

.pre { 
  font-family: monospace;
}

div.comments {
  margin: 0 0 2px 2px;
  border-top: 1px solid black;
  text-align: left;
  font-size: 12px;
  line-height: 20px;
  background: #FFFFCC;
}
