BODY {
 	color: black;
 	background-color: white;
}
BODY, P, DIV, SPAN, TD, TH, UL, OL {
 	font-family: Courier New, Courier, mono;
 	font-size: 12px;
}
DIV {
 	margin-top: 0px;
 	margin-bottom: 10px;
 	padding: 6px;
}
A, A:active, A:visited {
 	color: black;
 	text-decoration: none;
}
A:hover {
 	color: red;
 	text-decoration: underline;
}
.cssLink1, .cssLink1:active, .cssLink1:visited {
  color: #000080;
  text-decoration: none;
}
.cssLink1:hover {
  color: blue;
  text-decoration: underline;
}
.cssLink2, .cssLink2:active, .cssLink2:visited {
  color: #80A0C0;
  text-decoration: underline;
}
.cssLink2:hover {
  color: #6080A0;
  text-decoration: underline;
}
.cssLink3, .cssLink3:active, .cssLink3:visited {
  color: black;
  text-decoration: none;
}
.cssLink3:hover {
  color: black;
  text-decoration: underline;
}
.cssDetails {
  color: #80A0C0;
}
.cssCurThread {
  font-weight: bold;
  color: blue;
}
.cssDate {
  color: #FF6666;
}
.cssTitle {
	text-align: center;
 	font-size: 12px;
 	font-weight: bold;
 	color: black;
 	background-color: white;
 	border: 0px outset white;
}
.cssContent {
	text-align: left;
 	background-color: white;
 	border: 1px solid black;
}
.cssForm {
 	font-family: Courier New, Courier, Monospace;
 	font-size: 12px;
	border: 1px solid black;
}
.cssThreads {
	text-align: left;
 	background-color: white;
 	border: 1px solid black;
}
.cssNavigation {
	text-align: center;
 	font-weight: bold;
 	color: black;
 	background-color: white;
 	border: 0px outset black;
}
.cssError {
 	text-align: center;
 	font-weight: bold;
 	color: #D00000;
 	background-color: #FFF0E0;
 	border: 1px solid black;
}

