@charset "utf-8";
h3 {
	font-size: 14px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0060A0;
	color: #FAF9B8;
}
h1 {
	font-size: 18px;
	background-color: #0060A0;
	color: #FAF9B8;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
li {
	list-style-position: outside;
	list-style-type: square;
}
ul {
	padding-left: 15px;
	margin-left: 0;
	text-align: left;
	vertical-align: top;
	}
.border {
	color: #0060A0;
}
.white {
	background-color: #FFFFFF;
}
.race {
	font-weight: bold;
	color: #FAF9B8;
}
.sizeup {
	font-size: 13px;
	}
