body {                              /* Page Body                */
font-family:        Arial;
font-size:          75%;
color:              black;
background:         white;
}

table {                             /* Table                    */
font-family:        Arial;
border-collapse:    collapse;
}

th {                                /* Table Heading            */
color:              white;
font-size:          75%;
background:         black;
}

td {                                /* Table Detail             */
color:              black;
font-size:          75%;
background:         white;
}


:link{                              /* Link - New               */
font-family:        Arial;
font-size:          80%;
color:              blue;
text-decoration:    none;
}

:visited{                           /* Link - Visited           */
font-family:        Arial;
font-size:          80%;
color:              blue;
text-decoration:    none;
}

:hover{                             /* Link - Mouse Over        */
font-size:          80%;
font-family:        Arial;
color:              Black;
text-decoration:    none;
}






