body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	background:black;
}

a:link {
	color: #808080;
	text-decoration: none;
}
a:visited {
	color: #808080;
	text-decoration: none;
}
a:hover {
	color: #585858;
	text-decoration: none;
}
a:active {
	color: #808080;
	text-decoration: none;
}
a {
	font-weight: bold;
}  

img.borderstylegeneric{
border: black ridge;
}
img.borderstyleavailable{
border: #808080 ridge;
}
img.borderstyletaken{
border: #979797 ridge;
}

table.chatbox{
background-color: black; 
color: #FFED99;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;

}			   

td.datedisplay{
color: #585858;
font-weight: bold;
text-align: right;
}

td.messagedisplay{
color: #979797;
border-bottom: 1px inset #FFED99;
}



