body {
	background-color: #000;
	margin: 10px;	
}

body, td, th, p, div, a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 150%;
}

dt, dd, li {
	margin-bottom: 10px;
}
dt {
	font-weight: bold;
}


hr {
	border-width: 0px;
	background-color: #c33;
	color: #c33;
	height: 1px;
	width: 100%;
}

sub, sup {
	line-height: 0;
}

#content {
	text-align: justify;
}
#content a {
	text-decoration: underline;	
}
#content a:hover {
	color: #c33;
}

#menu, #menu a {
	background-color: transparent;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
}
#menu a:hover {
	background-color: #c33;
}

.divider {
	background-color: #c33;
}

#msg-err, #msg-resp {
	background-color : #000;
	text-decoration : none;
	padding : 2px
}
#msg-err, #msg-err a {
	border : 1px solid #f00;
	color: #f00;
}
#msg-resp, #msg-resp a {
	border : 1px solid #fff;
	color: #fff;
}

#callout {
	width: 125px; 
	background-color: #333;
	border: 1px solid #c33;
	padding: 5px;
	text-align: center;
}
#callout a {
	text-decoration: none;
}
#callout a:hover {
	text-decoration: underline;
}