A:link {
   color: #0000AA;
   text-decoration: underline;
}

A:active {
   color: #FF0000;
   text-decoration: underline;
}

A:visited {
   color: #AA00AA;
   text-decoration: underline;
}

A:hover {
   color: #FF0000;
   text-decoration: underline;
}

UL {
   list-style-image: url(bullet.gif);
}

BODY {
   font-size: larger;
   font-family: helvetica, "sans-serif", arial;
}

HR {
   color: #AA0055;
}

TABLE, HR {
   border-style: solid;
}

IFRAME {
   border-style: none;
}
