a:link, a:visited, a:active {
  color: #993620;
  text-decoration: underline;
  font-weight:bold;
  border: 0px;
}

a:hover {
	color: #993620;
	text-decoration: none;
	border: 0px;
}

body{
	 font-family: Arial;
	 font-size: 12px;
	 color: #000000;
}

p{
	font-family: Arial, Verdana;
	font-size: 12px;
}

h1{
	font-family: Arial, Verdana;
	font-size: 17px;
	/*text-transform: uppercase;*/
	font-weight: bold;
}

h2{
	font-family: Arial, Verdana;
	color: #75ad2f;
	font-size: 12;
}

.subheading{
	font-family: Arial, Verdana;
	font-size: 17px;
	font-weight: bold;
}

hr{
	width: 100%;
	border: 1 px solid #000000;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active {
	color: #777777;
	text-decoration: underline;
	font-size: 10px;
	font-weight:bold;
	border: 0px;
}

a.footerlink:hover {
	color: #777777;
	font-size: 10px;
	text-decoration: none;
	border: 0px;
}
.picture{
	border: 1px solid #000000;
}

.error{
	color: #993620; 
	font-weight: bold;
}