body {
    background:#000000;
	color:#FFFFFF;
	margin-top:20;
    margin-bottom:20;
}

a {
	color:#FFFFFF;
}

a.menu{
	font-family: verdana;
	font-size: 9;
	color: gray;
	text-decoration: none;
	letter-spacing: 4;
}

p {
	font-family:Verdana;
	font-size:100%;
	text-indent:50;
	margin-right:20;
    margin-left:20;
}

p.small {
	font-size:80%;
	text-indent:0;
}

p.header {
	font-size:120%;
	font-weight:bold;
	font-style:italic;
	text-indent:0;
}

p.quote {
	font-family:Georgia;
	font-size:100%;
	text-indent:0;
	font-style:italic;
}

p.noindent {
	font-size:100%;
	text-indent:0;
}

p.menu {
	font-size:100%;
	text-indent:0;
	text-align:center;
	margin-right:0;
    margin-left:0;
}

ol.roman {
	list-style-type: upper-roman;
}

ol.alpha {
	list-style-type: lower-alpha;
}

li {
	font-family:Verdana;
	font-size:90%;
}

table {
	width:700;
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
}

th, td {
	padding:0;	
}

td.top {
	text-align:center;
	vertical-align:center;
	font-family:Verdana;
	height:50;
	font-weight: bold;
}

td.updates1 {
	padding:0;
	color:silver;
	font-size:85%;
	font-family:Verdana;
	font-weight:bold;
	width:25%;
}

td.updates2 {
	padding:0;
	font-size:75%;
	font-family:Verdana;
}

td.pad {
	padding:10;
}

tr.shade:nth-child(even) {background-color: #303030;}