
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 };

/* Set up the A tag colours */
A:link  { COLOR: red }
A:visited  { COLOR: red }
A:hover { COLOR: blue }
A { text-decoration: none;}



