A:LINK {
	color: #000082;
	text-decoration: underline;	
}

A:VISITED {
	color: #000082;
	text-decoration: underline;	
}

A:ACTIVE {
	color: #000082;
	text-decoration: underline;	
}

A:HOVER {
	color: #C80000;
	text-decoration: underline;
}

body {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

h1 {
	font-size: 1.5em;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0.5em;
	color: #000082;
}

h2 {
	font-size: 1.3em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #000082;
}

hr {
	border: 0;
	background-color: #000082;
	height: 1px;
}

b {
	color: #000082;
}

table.competition-list {
	width: 400px;
	margin: 0 auto;
}

table.competition-list th {
	color: #000082;
}

table {
	border: 0;
	width: 100%;
}

th, td {
	border: 1px solid white;
	padding: 2px;
	vertical-align: top;
}

th {
	background-color: #D0D0D0;
	color: #000082;
	font-weight: bold;
	text-align: left;
}

td.caption {
	background-color: #E0E0E0;
	color: #000082;
	font-weight: bold;
}

td {
	background-color: #F0F0F0;
	color: #000000;
}

.center {
	text-align: center;
}

.nobg {
	background: none;
}

.footer {
	font-size: 0.8em;
}

.small {
	font-size: 0.8em;
}

.marks {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
