* {
	padding: 0;
	margin: 0;
}
body {
	font-weight: normal;
	font-family: Verdana, Arial, sans-seirf;
	font-size: 14px;
	background: #ffd51f;
	text-align: center;
}
a {
	color: #00366c;
}
a:hover {
	color: #b01f3c;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 16px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 4px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 2px;
}
#left {
	text-align: left;
	float: left;
	padding: 0 10px 0 20px;
}
#right {
	text-align: left;
	float: right;
	padding: 0 80px 0 10px;
}
td {
	font-size: 12px;
}
