html, body {
  height: 100%;
  width: 100%;
 
  }

body {
	
	font-family: "arial";
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	color: #000000;
 	background: #861518 url(../images/bg.jpg) repeat-x; 
 	background-attachment: fixed; 
}


.head {
	color: #9E1B20;
	font-weight: normal;
	font-size: 14pt;
}

.small {
	color: #653613;
	font-weight: normal;
	font-size: 9pt;
}

a:link {
	color: #BF2226; text-decoration: none;
}
a:visited {
	color: #BF2226; text-decoration: none;
}
a:hover {
	color: #FF8400; text-decoration: none;
}












