body {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 10px;
    text-align: center;
    background: #000;
    color: #ddd4d4;
    padding-top: 12px;
    line-height: 2;
}
#nav {
	font-size: 13px;
	left: 0;i
	top: 200px;
	line-height: 1.2;
	padding-left: 10px;
}
#nav li {
    float: left;
    width: 112px;
	height: 17px;
    list-style: none;
    margin-left: 2px;
    border-bottom: 1px solid black;
}
#nav a {
    background: #738d09;
    color: #2e3901;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 1px 0;
	white-space:nowrap
}
#content {
	font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 12px;
    background: #000;
    color: #ddd4d4;
    padding-top: 12px;
    line-height: 2;
	text-align:justify;
	text-indent:30px;
}
#list {
	font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 12px;
    background: #000;
    color: #ddd4d4;
    padding-top: 12px;
    line-height: 2;
	text-align:justify;
	line-height: 14px;
}
#download {
	color: #7f7c79;
}
h2 {
    font-size: 14px;
    color: #cf9118;
    margin: 1em 0;
	text-align:left
	line-height:1px;
	
}
p {
	line-height: 14px;
}
a {
    color: #f0b33c;
    font-weight: bold;
    text-decoration: none;
}
a:visited {
    color: #cf9118;
}
a:hover {
    text-decoration: underline;
}
table a {
    text-decoration: underline;
    font-weight: normal;
    color: #7f7c79;
}
img {
    border: 0;
}