body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #999999;
	background-color: #003300;
	font-weight: bold;

}
a:link {
	color: #FF9900;
}
a:visited {
	color: #CC6600;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #FFFF99;
}

.popupstyle {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #333333;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	border: thin solid #666666;
	padding: 4px;
	margin: auto;
	position: absolute;
	width: 240px;
	height: 170px;


}

.topic-list { /* for displaying forum topic lists using topic_anywhere phpBB add-on */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
	font-weight: normal;
	margin: auto;
}


