body {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
}


p
{
	font-size: small;
	color: #333333;
}
a:link, a:visited{
	color: #993300;
	text-decoration: underline;
}

a:hover
{
	color: #b97550;
	text-decoration: none;
}
.smallText {
	font-size: 70%;
	font-weight: normal;
}

.h1
{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #993300;
}

.h2
{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #993300;
}li {
	list-style-position: outside;
	list-style-type: disc;
	font-size: small;
}
