BODY {
        background:             #000000;
        background-image:       none;
        color:                  #ffff00;
        font:                   small Helvetica;
}
A:active, A:visited, A:link {
        color:                  #ffffff;
        text-decoration:        none;
}

A:hover {
        color:                  #ff00ff;
        text-decoration:        none;
}
.title {
        color:                  #77bb22;
}
.tableHeader {
	background:		#ffffff;
        color:                  #77bb22;
}
.tableData {
	background:		#559911;
}
.tableDataF {
    color:              #ffffff;
    background:		#999900;
}
.tableDataR {
    color:              #ffffff;
    background:		#006633;
}
.tableDataK {
    color:              #ffffff;
    background:		#660000;
}
.tableDataO {
    color:              #ffffff;
    background:		#000077;
}
.tableDataX {
    color:              #ffffff;
    background:		#666666;
}

