/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #770000;
	background-color: #770000;
	margin:0 auto;
	margin-bottom:10px;
	padding:0;
	text-align:center;
}
#wrapper{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #770000;
	background-color: #fefbea;
	margin:0 auto;
	margin-bottom:10px;
	padding:0;
	width:450px;
	text-align:center;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
	h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #770000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #770000;
}
	link {
	color: #770000;
	text-decoration: none;
}
a:visited {
	color: #770000;
	text-decoration: none;
}
a:link {
	color: #770000;
	text-decoration: none;
}
a:active {
	color: #770000;
	text-decoration: none;
}
