body {
	margin: 0;
	text-align: center;
	background: #265176 url(/images/background.gif) repeat-y top center;
}
p {
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
	color: #666666;
}
.footer {
	font-size: 9px;
	font-family: Arial,Helvetica,sans-serif;
	color: #a79453;
}
a:link {
	text-decoration: none;
	color: #0099cc;
}
a:visited {
	text-decoration: none;
	color: #00ccff;
}
a:hover {
	text-decoration: underline;
	color: #00ccff;
}