html, body {
	margin: 0;
	padding: 0;
	background: #004762;
}
img {
	border: 0;
}
a.company,
a.company:link, 
a.company:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #a67b31;
	text-decoration: none;
	margin-right: 20px;
}
a.company:hover,
a.company:focus, 
a.company:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #a67b31;
	text-decoration: underline;
	margin-right: 20px;
}