BODY {
color : #000000;
background-color : #808080;
text-decoration :  none;
}
A:LINK {
color : #ff0000;
text-decoration :  none;
}
A:VISITED {
color : #ff0000;
text-decoration :  none;
}
A:ACTIVE {
color : #0000ff;
text-decoration :  none;
}
A:HOVER {
color : #ffff00;
background-color : #0000ff;
text-decoration :  underline;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      