@charset "UTF-8";

body {
	background-image: url(../images/background.jpg);
	margin-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}


.bottom {
	font-size: 12px;
	color: #FFFAE7;
	text-align: center;
}


.text {
	font-size: 14px;
	color: #281911;
}
.medtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.boldtext  {
	font-weight: bolder;
}

.h1 {
	font-size: 24px;
	font-weight: bolder;
	color: #281911;
}
.tableheader {
	font-size: 12px;
	font-weight: bolder;
	color: #FEFEE7;
	background-color: #34335B;
}


.h2 {
	font-size: 18px;
	font-weight: bolder;
	color: #281911;
}
a {
	color: #672C24;
	text-decoration: underline;
}

a:hover {
	color: #20140E;
	text-decoration: underline;
}

a:visited {
	color: #672C24;
	text-decoration: underline;
}

a:active {
	color: #672C24;
	text-decoration: underline;
	text-align: right;
}

.bottom a {
	color: #FFFAE7;
	text-decoration: underline;
}

.bottom a:visited {
	color: #FFFAE7;
	text-decoration: underline;
}

.bottom a:hover {
	color: #B9BAE6;
	text-decoration: underline;
}
