.site { 
font-family: tahoma; 
font-size: 11px; 
color: #1B1B1B 
}

.online { 
font-family: tahoma; 
font-size: 14px; 
color: #1B1B1B 
}

a:link {
color: #1B1B1B; 
text-decoration: none;
font-size: 11px;
}

a:active {
color: #1B1B1B; 
text-decoration: none;
font-size: 11px;
}

a:visited {
color: #1B1B1B; 
text-decoration: none;
font-size: 11px;
}

a:hover  {
color: #B01600; 
text-decoration: underline;
font-size: 11px;
}

#reklam {
position: fixed;
_position: absolute;
top: 20px;
_top: expression(eval(document.body.scrollTop ) );
right: 0;
margin: 0;
}

#reklam-sol {
position: fixed;
_position: absolute;
top: 20px;
_top: expression(eval(document.body.scrollTop ) );
left: 0;
margin: 0;
}

p {
	padding: 0 0 1em;
	font: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.msg_list {
	margin: 0px;
	padding: 0px;
	width: 448px;
}
.msg_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	background-color:#ee7c00;
	margin:1px;
}
.msg_body {
	padding: 5px 10px 15px;
	background-color:#d1d1d1;
}

h5  {
font-family: tahoma; 
font-size: 11px; 
color: #1B1B1B 
}