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

a {
	color: #4293ff;
}

a:hover {
	color: red;
}

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: #4293ff;
}

input:hover {
	background-color: #4293ff;
}

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

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

table.competitors th a {
	color: white;
}

table.competitors td {
	border: 1px silver solid;
	padding: 3px;
}

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

