body {
	font-family: "Treebuchet MS", "Verdana", sans-serif;
	font-size: 85%;
}

a {
	color: #005500;
}

a:hover {
	color: #ff6611;
}

input {
	border: 1px solid black;
	width: 175px;
}

input.checkbox {
	border: 1px solid red;
	width: 15px;
}

textarea {
	width: 175px;
	border: 1px solid black;
}

textarea:hover {
	background-color: #44aa00;
}

input:hover {
	background-color: #44aa00;
}

table.competitors {
	font-size: 85%;
	padding: 2px;
	border-collapse:collapse;
	border-bottom: 1px solid silver;
}

table.competitors td {
	border-top: 1px silver solid;
	border-left: 1px silver solid;
	border-right: 1px silver solid;
	padding: 3px;
}

table.competitors tr:hover {
	background: #ddff66;
}

table.competitors th {
	border: 1px solid black;
	background: #44aa00;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.competitors th a {
	color: white;
}

h3 {
	margin-top: 15px;
	border-bottom: 1px solid black;
}
