/* CSS Document */
#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

body {
	background-color: #000; // Black
	color: #FFF;
}

.title {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1cm;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

table.swim_times {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	text-align: left;
	border: 2px solid white;
	color: white;
}
table.swim_times th {
	font-weight: bold;
}
table.swim_times td {
	border: 1px solid white;
}

a,ul {
	color: #FFFF00;
	font-size: 20px;
	text-decoration: none;
	border: none;
	outline: none;
}

a:hover { color: #FF0000; }


