/* Order of Link references is very important. */ a:link {color: Black; background-color: White; text-decoration:none;} a:visited {color: Black; background-color: White; text-decoration:none;} a:active {color: Red; background-color: White; text-decoration:none;} a:hover {color: Red; background-color: White; text-decoration:none;} /* Class 'TOOLBAR' */ a:link.toolbar {color:Black; background-color: White; text-decoration:none; } a:visited.toolbar {color:Black; background-color: White; text-decoration:none; } a:active.toolbar {color:red; background-color: White; text-decoration:none; } a:hover.toolbar {color:red; background-color: White; text-decoration:none; } * { font-family: Arial, Serif; } TD.toolbar { color: Black; background-color: White; font-size: 125%;} /* Forced white to override local browser settings. */ BODY { color: Black; background-color: White; } P { text-align: justify; text-indent: 25px; width: 750px; } IMG { border:0; } TABLE { border:1px; padding:0; border-spacing:0; } .header {text-align:center;} .footer {font-size:75%; font-weight:bold; color: Black; background-color: White; text-align:center;} .copyright {font-size:60%; color: Black; background-color: White; text-align:left;} SPAN { text-align: justify; text-indent: 25px; width: 400px;} DIV IMG { margin: 3px; } DIV.IMAGE { margin-top: 30px; }