
A.yellow:link { color: #ffcc00; }
A.yellow:visited { color: #ffcc00; }
A.yellow:hover { color: #ffffff; }
A.yellow:active { color: #ffcc00; }

A.blue:link {color: #99ccff; text-decoration: none; }
A.blue:visited { color: #99ccff; text-decoration: none;  }
A.blue:hover { color: #99ccff; text-decoration: underline;}
A.blue:active { color: #99ccff; text-decoration: none;  }

A.white:link {color: #ffffff; text-decoration: none; }
A.white:visited { color: #ffffff; text-decoration: none;  }
A.white:hover { color: #ffffff; text-decoration: underline;}
A.white:active { color: #ffffff; text-decoration: none;  }

A.black:link {color: #000000; text-decoration: none; }
A.black:visited { color: #000000; text-decoration: none;  }
A.black:hover { color: #000000; text-decoration: none;}
A.black:active { color: #000000; text-decoration: none;  }

A.f_selected:link {color: #000000; text-decoration: none; }
A.f_selected:visited { color: #000000; text-decoration: none;  }
A.f_selected:hover { color: #000000; text-decoration: underline;}
A.f_selected:active { color: #000000; text-decoration: none;  }

.table { border: solid #666666 1px; background-color: #333333; font-family: MS Sans Serif, Helvetica; font-size: 12px; }