a:hover {text-decoration: none;}
a {text-decoration: none;}

.white {font-family: Verdana, Arial, Helvetica, sans-serif; color: white;}
.white:active {color: white;}
.white:hover {color: #fe0000;}
.white:link {color: white;}

.whitealt {font-family: Verdana, Arial, Helvetica, sans-serif; color: white;}
.whitealt:active {color: white;}
.whitealt:hover {color: black;}
.whitealt:link {color: white;}

.red {font-family: Verdana, Arial, Helvetica, sans-serif; color: #fe0000;}
.red:active {color: #fe0000;}
.red:hover {color: blue;}
.red:link {color: #fe0000;}

.black {font-family: Verdana, Arial, Helvetica, sans-serif; color: black;}
.black:active {color: black;}
.black:hover {color: #fe0000;}
.black:link {color: black;}
