BODY {
color : #000000;
background-color : #ffffff;
text-decoration :  none;
}
A:LINK {
color : #0000ff;
text-decoration :  underline;
}
A:VISITED {
color : #0000ff;
text-decoration :  underline;
}
A:ACTIVE {
color : #b900b9;
text-decoration :  none;
}
A:HOVER {
color : #ff0000;
background-color : #00ff00;
text-decoration :  underline;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
