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

body {
	margin: 0px;
	background: #91002c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
}

#nav {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 670px;
	height: 26px;
}

#content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 700px;
	text-align: center;
}
a:link {
	font-size: 13px;
	color: #e4a024;
 	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	font-size: 13px;
	color: #e4a024;
 	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-size: 13px;
	color: #e4a024;
 	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	font-size: 13px;
	color: #e4a024;
 	text-decoration: underline;
	font-weight: bold;
}
