/* ID uses (Example) #HTMTables a:link - class uses (Example) a.SubMenuLinks:link */ 

a.MainMenuLinks:link {text-decoration: underline; color: #990000;}
a.MainMenuLinks:visited {text-decoration: underline; color: #660000;}
a.MainMenuLinks:hover {text-decoration: none; color: #990000; font-weight:;}
a.MainMenuLinks:active {text-decoration: underline; color: #990000;}

a.SubMenuLinks:link {text-decoration: underline; color: #990000;}
a.SubMenuLinks:visited {text-decoration: underline; color: #660000;}
a.SubMenuLinks:hover {text-decoration: none; color: #990000; font-weight:;}
a.SubMenuLinks:active {text-decoration: underline; color: #990000;}

a.spamspan:link {text-decoration: underline; color: #990000;}
a.spamspan:visited {text-decoration: underline; color: #660000;}
a.spamspan:hover {text-decoration: none; color: #990000; font-weight:;}
a.spamspan:active {text-decoration: underline; color: #990000;}

/* Any tables in the HTM files*/
#HTMTables {color:#990000;}
#HTMTables a:link {text-decoration: underline; color: #990000;}
#HTMTables a:visited {text-decoration: underline; color: #660000;}
#HTMTables a:hover {text-decoration: none; color: #990000; font-weight:;}
#HTMTables a:active {text-decoration: underline; color: #990000;}

/* Any Text In Main Window (div FIVECenter) */
#FIVECenter {color:#990000;}
#FIVECenter a:link {text-decoration: underline; color: #990000;}
#FIVECenter a:visited {text-decoration: underline; color: #660000;}
#FIVECenter a:hover {text-decoration: none; color: #990000; font-weight:;}
#FIVECenter a:active {text-decoration: underline; color: #990000;}

/*a.SubMenuLinks:link {text-decoration: underline; color: #990000;}
a.SubMenuLinks:visited {text-decoration: underline; color: #660000;}
a.SubMenuLinks:hover {text-decoration: underline; color: #990000; font-weight:bold;}
a.SubMenuLinks:active {text-decoration: underline; color: #990000;}

a.HTMTables:link {text-decoration: underline; color: #990000;}
a.HTMTables:visited {text-decoration: underline; color: #660000;}
a.HTMTables:hover {text-decoration: underline; color: #990000; font-weight:bold;}
a.HTMTables:active {text-decoration: underline; color: #990000;}*/

/* ----This Works Also START --- */
/*a:link {
       text-decoration: underline; 
       color: #990000;
       }
       
a:visited {
           text-decoration: underline;
           color: #660000;
           }
           
a:hover {
         text-decoration: underline; 
         color: #990000; 
         font-weight:bold;
         }
         
a:active {
          text-decoration: underline;
          color: #990000;
          }*/
 
/* ----This Works Also END --- */


/* Sample 1 */
/*a:link { 
color: white; 
background-color: black;
text-decoration: none;
border: 2px solid white; 

}
a:visited { 
color: white; 
background-color: black;
text-decoration: none;
border: 2px solid white; 

}
a:hover {
color: black; 
background-color: white;
text-decoration: none;
border: 2px solid black; 

}*/

/* Sample 2 */
/*a:link { 
color: blue;
background-color: red;
font-size: 26px;
border: 10px outset blue;
font-family: sans-serif;
text-transform: lowercase;
text-decoration: none;
}

a:visited { 
color: blue;
background-color: red;
font-size: 26px;
border: 10px outset blue;
font-family: sans-serif;
text-transform: lowercase;
text-decoration: none;
}

a:hover{
color: blue;
background-color: red;
font-size: 27px;
border: 10px inset blue;
font-family: serif;
text-transform: uppercase;
text-decoration: line-through;
letter-spacing: 3px;
word-spacing: 6px;
font-weight: normal;
}*/
