BODY {
        background:             #111155;
        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;
}
