/* General */
body {
	padding: 0;

	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 90px 0 50px 0;
	background-color: #222;
	color: white;
	line-height: 120%;
}

a, a:visited {
	color: white;
	text-decoration: none;
}

abbr {
	cursor: help;
}

/* Links */

h1 {
	margin: 0 10px 30px 0;
	font-size: 28px;
	color: white;
}

#header {
	margin: 0 0 10px 63px;
	font-size: 12px;
	color: #ddd;
	
}

#menu a {
	display: block;
	float: left;
	color: white;
	margin: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}

#menu a.A:hover { background-color: red; }
#menu a.B:hover { background-color: green; }
#menu a.C:hover { background-color: blue; }
#menu a.D:hover { background-color: #f80; }
#menu a.E:hover { background-color: #a020f0; }


/* Image */

#menu {
	height: 40px;
	padding-left: 60px;
	background: #111;
}

#menu img {
	border: 0;
}


/* Content */

#content a {
	text-decoration: underline;
}

#content a span {
	color: white;
}

#content a:hover {
	text-decoration: none;
}

#content {
	margin: 20px 0 0 63px;
	font-size: 12px;	
	font-family: Verdana, Arial, sans-serif;	
	width: 600px;	
}


#content th {
	letter-spacing: +1px;
	white-space: nowrap;
	vertical-align: top;
	font-size: 12px;	
	padding: 10px 10px 10px 0;
	text-align: left;
	width: 120px;
}

#content td {
	padding: 10px 5px;
	font-size: 12px;	
}

#content ul {
	margin: 3px 0;
}

#content table li {
	font-style: italic;
}
