/* 
NBT-M Clan Hell's Horses Global Stylesheet
28 June 2004: Lentil & Keek
http://www.clanhellshorse.com
*/

/* Instead of width use margin to push away from edges of browser. */	
BODY	{
	background:#A6A5A5;
	margin-left: 1%;
	margin-right: 1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	}

table.teamspeak
	{
	border-spacing: 0;
	border-collapse: collapse;
	background:none;
	border:none;
	font-size:10px;
	font-family:Helvetica,Arial,sans-serif;
	color:#000000;
	width:100%;
	}

table.teamspeak td, table.teamspeak th
	{
	margin: 0;
	padding: 0;
	}

.darkcell {
	background-color: #C9C9C9;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: C9C9C9;
}

.lightcell {
	background-color: #F5f7f7;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

