/*
Simple Shoutbox
http://necromax.110mb.com
Sebagai bonus ditambahkan fungsi smilies
Script ini bebas anda modifikasi dan disebarluaskan
*/

body{
	color: #3F3F3F;
	background: #F8F9FA;
	font: 11px Tahoma, Verdana, Arial, Helvetica;
}
form{
	margin: 0;
}
a{	
	color: #FF5000;
	text-decoration: none;
}
a:focus, a:hover{
	color: #FF00FF;
	text-decoration: underline;
}
p{
	margin-top: 5px;
	margin-bottom: 5px;
}
.separator{
	border: 0px;
	height: 1px;
	color: black;
	margin-top: 5px;
	background: black;
	margin-bottom: 5px;
}
.text1{
	color: #008000;
}
.text2{
	color: #0173F1;
}
.text3{
	color: #FF0000;
	font-weight: bold;
}