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

body {
	background-image: url(imgs/bg.jpg);
	text-align: left;
}

#contentBox {
	margin: 0px;
	padding: 10px;
	width: 780px;
	height: 440px;
}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	color: #482A34;
	font-size: 14px;
}

h1 {
	color: #3D1226;
	font-size: 16px;
}

.footerText {
	text-align: right;
	font-size: 12px;
	color: #FFF;
}

hr {
	border: #482A34 solid 1px;
	color: #482A34;
	height: 1px;
}
a:link {
	color: #900;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #900;
}
a:hover {
	text-decoration: none;
	color: #900;
}
a:active {
	text-decoration: underline;
	color: #900;
}

.footerText a:link {
	color: #FFF;
	text-decoration: underline;
}
.footerText a:visited {
	text-decoration: underline;
	color: #FFF;
}
.footerText a:hover {
	text-decoration: none;
	color: #FFF;
}
.footerText a:active {
	text-decoration: underline;
	color: #FFF;
}
	
