@charset "utf-8";
body  {
	font: 8pt Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #ffffff;
	background-color: #121212;
	line-height: 18px;
}
a, a:link, a:visited, a:active {
	text-decoration: none; 
	color: #e1acc2; 
	font-weight: normal;
}
a:hover { 
	text-decoration: underline; 
	color: #6c899e;
	font-weight : normal; 
} 
.row1, .erow1 {
	background-color: #000000;
	color: #ffffff;
}
.row2, .erow2 {
	background-color: #121212;
	color: #ffffff;
}
.shoutboxInput {
	width: 225px;
	height: 40px;
}
.shoutboxSubmit {
	width: 225px;
}