@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
}
.tablechatroom {
	background-color: #9B0204;
}
.tableextra {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #9B0204;
	border-right-color: #9B0204;
	border-bottom-color: #9B0204;
	border-left-color: #9B0204;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
}


td img {display: block;}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF66;
	text-decoration: none;
}
a:visited {
	color: #66FFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFF00;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
}
