@import url(reset.css);
body {
	font-family: Verdana, Helvetica, sans-serif;
	background-color:#46afa1;
	font-size:13px;
	color: #000000;
}
a {
	color: #3b968a;
	font-weight: bold;
}
#content {
	overflow: hidden;
	background-color:#ffffff;
	margin: 25px auto;
	width: 800px;
	border: 2px solid #000000;
	padding: 25px;
}
#content p {
	margin-bottom: 10px;
}
#content .tableList {
	width: 100%;
	margin: 20px 0 30px 0;
}
#content .tableList tr td {
	width: 25%;
	text-align: center;
}
h6 {font-size: 100%; margin-bottom: 10px;}
h5 {font-size: 140%; margin-bottom: 14px;}
h4 {font-size: 180%; margin-bottom: 18px;}
h3 {font-size: 160%; margin-bottom: 16px;}
h2 {font-size: 260%; margin-bottom: 26px;}
h1 {font-size: 200%; margin-bottom: 20px;}

ul {padding-left: 20px; list-style-type: disc;}

.winners td {
	text-align: center;
}
