body{
    background-color : #000000;
    font-family: Courier;
    font-size: 10pt;
    color: #00AA00;
    text-decoration : none
}
a {
    font-size: 13pt;
    font-family: Courier;
    color: #00DD00;
    text-decoration: none;
}
a:hover {
    color: #00FF00;
}
a:visited {
	color: #888888;
}
hr {
    height: 0;
    border: 0;
    border-top: 1px solid #008800;
}
td {
    padding-left: 16px;
}
th {
	font-size: 13pt;
	font-family: Courier;
	color: #00DD00;
}
.title {
	color: #00DD00;
	font-size: 30pt;
	font-weight: bold;
}
.title:hover {
    color: #00DD00;
}
.title:visited {
	color: #00DD00;
}