a:link
{
	color: #357B37;
	text-decoration: none;
	border: #BEDCE6;
	font-weight: bold;
} 
a:active 
{
	text-decoration: none;
} 
a:visited 
{
	color: #357b37;
	text-decoration: none;
	font-weight: bold;
} 
a:hover 
{
	color: #927D41;
	text-decoration: none;
	font-weight: bold;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	height: auto;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
