@charset "utf-8";
/* CSS Document */
body  {
	background: #604213;
	background-image: url('images/bkg.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #604213;
}

	A:link {color:"#003399";}
	A:visited {color:"#003399";}
	A:hover {color:"Red";text-decoration: underline;}
	A {text-decoration: none;}
	
H1 {
           margin-top:-1px;
           margin-bottom:-1px;
      }
H2 {
           margin-top:-1px;
           margin-bottom:-1px;
      }
H3 {
           margin-top:-1px;
           margin-bottom:-1px;
      }
H4 {
           margin-top:-1px;
           margin-bottom:-1px;
      }