﻿#signs
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 10px;
	width: 550px;
	border-collapse: collapse;
	text-align: left;
}
#signs th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#signs td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
	white-space: -moz-pre-wrap;
}
#signs tbody tr:hover td
{
	color: #009;
}
