
body { font-family: arial; font-size: small; }

h1 { font-family: arial; font-size: small; font-weight: bold };
h2 { font-family: arial; font-size: small; font-weight: bold; text-decoration: underline };

A:link { color : blue; text-decoration : none }
A:active { color : blue; text-decoration : none }
A:hover { color : red; text-decoration : none; }
A:visited { color : red; text-decoration : none }



