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


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #663300;
	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: #000000;
	background-color: #663300;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
    color:#330000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #330000;
}
.style18 {font-size: 18px}
.style23 {font-size: 17px}
.style24 {font-size: 16px}
.style25 {font-size: 15px}
.style26 {font-size: 14px}
.style27 {font-size: 13px}
.style29 {font-size: 16px; font-style: italic; }
.style31 {
	font-size: 18px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
.style32 {font-size: 10px}
.style33 {
	font-size: 36px;
	color:#FFFFFF
}