A:link {
	color: #000000;
	text-decoration:underline
}
A:active {
	color: #DC143C;
	text-decoration:underline
}
A:visited {
	color: #000000;
	text-decoration:underline
}
A:hover {
	color: #DC143C;
	text-decoration:underline
}

body {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color : #B3C1C4;
}
td {
	font-family: Tahoma;
	font-size: 11px
}
.group_name {
	font-size: 14px;
	font-weight: bold;
	color: #666666
}

.td_header {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFE0;
}

.forum_name {
	font-size: 12px;
	font-weight: bold
}
.thread_name {
	font-size: 12px;
}

A.forum_name:link {
	color: #000000;
	text-decoration:none
}
A.forum_name:active {
	color: #DC143C;
	text-decoration:underline
}
A.forum_name:visited {
	color: #000000;
	text-decoration:none
}
A.forum_name:hover {
	color: #DC143C;
	text-decoration:underline
}

.forum_props {
	font-size: 12px;
}
.time {
	color: #999999;
}

.myform {
	font-family: Tahoma;
	font-size: 9px;
	clear: none;
	float: none;
	border-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px
}

input {
	font-size: 12px;
}
select {
	font-size: 12px;
}

.code {
	font-family: Courier, Courier New;
	font-size: 12px;
}
 