body {
margin:0px;
background-color:#300;
}

td.menu {
background-color:#f60;
}

#center {
	text-align:center;
}

td.content {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	color:#ffc;
	background-color:#300;
	background-image: url(bgstripes.gif);
	background-repeat: repeat-y;
min-height: 1000px;
	}

#indent {
	margin-left: 70px;
	margin-right:10px;
}
	
p {
	padding-top:0px;
	margin-top:2px;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height:150%;
	color:#ffc;
	background-color:#300;
}

label {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	color:#ffc;
	background-color:#300;
}

h1 {
	padding-bottom:10px;
	margin-bottom:10px;
	font-family: 'Courier New',Courier,monospace;
	font-size: 22px;
	color:#f60;
	background-color:#300;
}

h3 {
	padding-top:20px;
	padding-bottom:0px;
	margin-bottom:0px;
	font-family: 'Courier New',Courier,monospace;
	font-size: 18px;
	color:#9cf;
	background-color:#300;
}

h4 {
	font-family: 'Courier New',Courier,monospace;
	font-size: 14px;
	text-align:center;
	color:#9cf;
	background-color:#300;
	}

.blue {
	color:#9cf;
	background-color:#300;
}

a:link {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	color:#f60;
	background-color:transparent;
}

a:visited {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	color:#f60;
	background-color:transparent;
}

a:hover {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	color:#9cf;
	background-color:transparent;
}

input.submit {
	color: #000;
	background-color:#f60;
	border: 2px solid #ffc;
}