/* CSS Document 
*/

A:hover{ color: #FFFFCC; text-decoration: none;}
A:hover.black { color: #FF0000; text-decoration: none; }
.black { color: #000; text-decoration: none;}
A:hover.red { color: #cc0000; text-decoration: underline;}
.red{ color: #FF0000; text-decoration: underline;}
A:hover.white{ color: #CCCCCC; text-decoration: underline;}
.white{ color: #CCCCCC; text-decoration: none;}
A:hover.blue{ color: #FF0000; text-decoration: underline;}
.blue{ color: #000099; text-decoration: underline;}
A:hover.blue1{ color: #FF0000; text-decoration: underline;}
.blue1{ color: #0000FF; text-decoration: none;}
A:hover.oren{ color: #FF9900; text-decoration: none;}
.oren{ color: #FF3300; text-decoration: none;}
/*A:hover.visited{color: #cccccc; text-decoration: underline;}*/



