h1 {
color: #FF9900;
}
h2 {
color: #FF9900;
}
h1 {
text-decoration: underline;
}

            A IMG{
                border: 1px solid #CC0000;
                background:#000;
                
            }
            A:hover IMG {
                border: 1px solid #C6F30F;
            }

A:link { 
font-weight : bold;
color : #FF0000;
text-decoration : none;
} 
A:visited {
font-weight : bold;
color : #FF0000;
text-decoration : none;
} 
A:active { 
font-weight : bold;
color : #CC0000;
text-decoration : none;
} 
a:hover {
color: #C6F30F;
text-decoration:none;
}
BODY { 
color : white;
} 
TD { 
color : #FFFFCC;
} 
BODY { 
background-color : #100000;
}
