.forumposts .post {
	border-top: 2px dotted rgb(180,200,250);
	margin-bottom: 10px;
	padding: 5px;
	width:98%;
}

.forumposts .topline {
	margin-bottom:4px;
}

.forumposts .topic {
	font-weight: bold;
}

.forumposts .username a {
	font-size: 12px;
}

.forumposts .forum a {
	font-size: 12px;
}

.forumposts .text {
	margin-bottom: 10px;
}

.forumposts .text a {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	color: rgb(20, 80, 240);
}

.forumposts .text a:hover {
	color: rgb(0, 0, 255);
}

.forumposts a {
	color: rgb(64,72,104);
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.forumposts a:hover {
	color: rgb(40, 104, 240);
	text-decoration: underline;
}

.genmed {
	font-size: 12px;
	font-weight: bold;
}

 .code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: rgb(248,248,238); border: rgb(160,180,250); border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: rgb(60,100,255); line-height: 125%;
	background-color: rgb(248,248,238); border: rgb(160,180,250); border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
	text-align: left;
}
