body {
	margin:0px;
	padding:0px;
	font-family:  verdana, arial, helvetica, sans-serif;
	color:#eee;
	background-color: #006;
	height: 100%;
}

h1, h2, h3, h4, h5 {
	margin:  0px;
	padding: 0px;
	font-weight: 700;
	color: #f90;
}
h1 {
	margin: 0px 0px 13px 0px;
	font-size:   26px;
	line-height: 26px;
	font-weight: 900;
	letter-spacing: 0.1em;
}
h2 {
	margin: 11px 0px;
	font-size:   22px;
	line-height: 22px;
	font-weight: 900;
}
h3 {
	margin: 9px 0px;
	font-size:   18px;
	line-height: 18px;
}
h4 {
	margin: 7px 0px;
	font-size:   14px;
	line-height: 14px;
}
h5 {
	margin: 6px 0px;
	font-size:   12px;
	line-height: 12px;
}

p {
	font: 14px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 6px 0px;
	padding:0px;
}

#Content>p {margin:0px;}
#Content>p+p {margin-top: 10px;}

a {
	color: #fc3;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #f90;
	text-decoration: underline;
}

#Header {
	margin: 40px 0px 10px 0px;
	padding: 7px 0px 3px 30px;
	border-style:solid;
	border-color: #f90;
	border-width: 2px 0px;
	height: 40px;
}

#Menu a {
	color: #006;
	font-weight: 900;
	text-decoration: none;
	letter-spacing: 0.1em;
}

#Menu a:hover {
	color: #eee;
} 
	
.nyt {
	background-color: #006;
	color: #eee;
	border: 1px dashed #eee;
	padding: 10px;
	margin: 30px 10px 10px 0px;
	font-size: 12px;
}

.nyt p {
	font-size: 12px;
}

.nyt+.nyt {
	margin-top: 10px;
}

#Content {
	font: 14px/20px verdana, arial, helvetica, sans-serif;
	margin: 10px 226px 0px 20px;
	padding: 10px;
}

#Menu {
	position: absolute;
	top: 124px;
	right: 20px;
	width: 182px;
	padding: 13px;
	background-color: #f90;
	border: 1px dashed #eee;
	font: 14px/22px verdana, arial, helvetica, sans-serif;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:180px;
	}
/* Again, "be nice to Opera 5". */
body #Menu {width:180px;}

#Footer {
	margin: 20px 226px 0px 0px;
	font: 10px verdana, arial, helvetica, sans-serif;
	text-align:center; 
	color: #f90;
}

#Footer a {
	font-weight: normal;
	color: #f90;
}

.lisaa {
	color: #f90;
	font-size: 10px;
	text-align: right;
}

th, td {
	border: 1px solid #eee;
	padding: 4px;
	font-size: 12px;
	line-height: 14px;
}

th.left, td.left {
	text-align: left;
}
