body {
font-family:        Arial;
font-size:          100%;
color:              black;
background:         white;
}

:link{
font-family:        Arial;
font-size:          80%;
color:              blue;
text-decoration:    none;
}
:visited{
font-family:        Arial;
font-size:          80%;
color:              blue;
text-decoration:    none;
}

:hover{
font-size:          80%;
font-family:        Arial;
color:              purple;
text-decoration:    none;
}

div.heading1{
font-family:        Arial;
font-size:          80%;
color:              black;
background:         gray;
}

div.heading2{
font-family:        Arial;
font-size:          80%;
color:              white;
background:         black;
}

tr.heading{
font-family:        Arial;
font-size:          60%;
color:              yellow;
background:         navy;
}

tr.detaillightcompleted{
font-family:        Arial;
font-size:          60%;
color:              green;
background:         white;
}

tr.detaildarkcompleted{
font-family:        Arial;
font-size:          60%;
color:              green;
background:         #C0C0C0;
}

tr.detaillight{
font-family:        Arial;
font-size:          60%;
color:              black;
background:         white;
}

tr.detaildark{
font-family:        Arial;
font-size:          60%;
color:              black;
background:         lightgray;
}

tr.detailgreen{
font-family:        Arial;
font-size:          60%;
color:              black;
background:         green;
}

tr.detailred{
font-family:        Arial;
font-size:          60%;
color:              black;
background:         red;
}


tr.heading :link{
font-family:        Arial;
font-size:          100%;
color:              yellow;
text-decoration:    none;
}

tr.heading :visited{
font-family:        Arial;
font-size:          100%;
color:              yellow;
text-decoration:    none;
}

tr.heading :hover{
font-family:        Arial;
font-size:          100%;
color:              white;
text-decoration:    none;
}



tr.detaillight :link{
font-family:        Arial;
font-size:          100%;
color:              blue;
text-decoration:    none;
}
tr.detaillight :visited{
font-family:        Arial;
font-size:          100%;
color:              blue;
text-decoration:    none;
}

tr.detaillight :hover{
font-size:          100%;
font-family:        Arial;
color:              purple;
text-decoration:    none;
}

tr.detaildark :link{
font-family:        Arial;
font-size:          100%;
color:              blue;
text-decoration:    none;
}
tr.detaildark :visited{
font-family:        Arial;
font-size:          100%;
color:              blue;
text-decoration:    none;
}

tr.detaildark :hover{
font-size:          100%;
font-family:        Arial;
color:              purple;
text-decoration:    none;
}


