.font {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
body {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #FFD83D;
}
.white {
	font-size: 14px;
	line-height: 20px;
	color: #EEEEEE;
}
a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #FFD83D;
	text-decoration: underline;
}

