@charset "utf-8";
/* CSS Document */

body {
	font-family: verdana;
	font-size: 10px;
	color: #363636;
	background-image: url(images/background2.jpg);
	margin: 6px;
	}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #;
	border-bottom: 1px solid #295f6b;
	width: 600px;
	}
p {
	font-size: 12px;
	line-height: 130%;
	}
.footer	{
	font-size: 10px;
	color: #FFFFFF;
	}
.footer a:link, .footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
.footer a:active, .footer a:hover {
	color: #295f6b;
	text-decoration: underline;
	font-weight: bold;
	}