html,body {
	height: 100%;
}

body {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #E6E2D8;
	background-image: url(images/darktiles.gif);
}

p {
	font-family: Arial, sans-serif, helvetica;
	font-size: 18px;
	color: #2E2A20;
}

p.h1 {
	font-family: Arial, sans-serif, helvetica;
	font-size: 26px;
	font-weight: bold;
	color: #003300;
	text-align: center;
}

p.h2 {
	font-family: Arial, sans-serif, helvetica;
	font-size: 28px;
	font-weight: bold;
	color: #000044;
	text-align: center;
}



li {
	font-family: Arial, sans-serif, helvetica;
	font-size: 18px;
	color: #2E2A20;
}


.smallest {
	font-family: Arial, sans-serif, helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #B9B9F7;
}

a:link {
	font-family: Arial, sans-serif, helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #2E2A20;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, sans-serif, helvetica;
	font-size: 18px;
	color: #2E2A20;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, sans-serif, helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #574F3D;
	text-decoration:underline;
}
