a:link      { text-decoration: underline; color: green; }a:active    { text-decoration: underline; color: yellow; }a:visited   { text-decoration: underline; color: black; } a:hover     { text-decoration: underline overline; color: red; }body { font-family: Verdana, Arial, Helvetica; }h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, Helvetica; }h1 { color: rgb(102,51,153); }h2 { color: rgb(255,102,153); }h3 { color: rgb(51,153,102); }h4 { color: black; }h5 { color: rgb(255,102,153); }h6 { color: rgb(51,153,102); }