 
BODY{
background-color : ivory;
background-image : url(bg1.gif);
font-size : 16px;
color : black;
}
A:LINK{
color : mediumblue;
text-decoration : none;
}
A:VISITED{
color : teal;
text-decoration : none;
}
A:ACTIVE{
color : aqua;
text-decoration : underline;
}
A:HOVER{
color : fuchsia;
text-decoration : underline;
background-color : yellow;
}
TD{
font-size : 14px;
}
BIG{
font-size : 16px;
}
SMALL{
font-size : 13px;
}
