a:link {
	text-decoration: none;
	font-weight: bold;
	color: #830431;
	}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #830431;
	}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #830431;
	}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #830431;
	}

body {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	color: #ffffff;
	background-color: #701D37;
	}



td {
	background-color: #000000;
	padding: 2px;
	}

#content {
	position: absolute;
	top: 329px;
	left: 100px;
	width: 550px;
}

#menu {
	position: absolute;
	top: 0px;
	left: 100px;
	}


input, select, textarea {
	background-color: #000000;
	border-style: double;
	border-width: 3px;
	border-color: #ffffff;
	
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	color: #ffffff;
	}