body {
	font-family: verdana, sans-serif;
	font-size: 0.8em;
}

table {
	font-size: 100%;
	border: 1px solid #7799aa;
	width: 599px;
}

th {
	text-align: left;
	background-color: #aaccff;
	padding: 4px;
}

td {
	background-color: #cceeff;
	padding: 4px;	
}

a {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
}

#company th {
	width: 1%;
	white-space: nowrap;
}

.chars-remaining {
	font-size: 87%;
}

.chars-remaining-number {
	font-weight: bold;
}