body {
	background-color: #FFFFFF;
	}

.topics a {
	text-decoration: underline;
	
	}

.topics a:link {
	color: #CC0000;
	}

.topics a:visited {
	color: #996600;
	}

.topics a:active {
	color: #FFCC00;
	}

.topics a:hover {
	color: #FF0000;
	}

.topics {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	}

.topics p {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 150%;
	}

.topics blockquote {
	line-height: 150%;
	}

.topics h2 {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	
	}

.topics h3 {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;

	font-weight: bold;
	
	}

.topics p.posted {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;

	}

.topics ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 0px;
	}

.topics li {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 110%;
	
	list-style-type: none;
	}

div.logbox
{
    border: solid 1px #808080;
    width: 430px;
    height: 300px;
    padding: 0.5em;
    overflow: auto;
}

