.footer {
	font-size: 9px;
}
#content {
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 20px;
	padding: 30px;
	border-width: 1px;
	border-color:#990000;
	border-style:solid;
	background-color:#F3F3F3;
	background-image:url(back.gif);
	background-position:top right;
	background-repeat: no-repeat;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	padding-top: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
a {
	color: #990000;
}
a:hover {
	text-decoration:none;
}
hr {
	line-height: 1px;
	color: #990000;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#990000;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	margin-top:20px;
	margin-bottom:20px;
}

