@charset "utf-8";
body {
	font: 100.1% Arial, Helvetica, sans-serif;
	background-color: #CABBAF;
}
* :focus { outline: 0; }
img {border:0;}
a:link {
	color: #993300;
	text-decoration: none;
	outline: 0;
}
a:visited {
	color: #993300;
	outline: 0;
}

a:hover {
	color: #930;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #993300;
	outline: 0;
}
a:focus {
   outline: 0;
}
.smalltext strong a {
	font-weight: bold;
}

.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;

}
.smalltext {
	font: 90% Arial, Helvetica, sans-serif;
}
.SmallerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

h2 {
	font: bold 130% Arial, Helvetica, sans-serif;
}
h1 {
	font: bold 150% Arial, Helvetica, sans-serif;
