H1, H2, H3, H4, H5 { color: red; font-weight: 700}    /* bold */  

BODY { font-family: ariel, Verdana; color: black } 
 
P { line-height: 100% }
UL LI { font-size: 90% }
.red { color: Black }
.green { color: green }
.blue { color: blue }
#big { font-size: 120% }
#upper { text-transform: uppercase } 
A:link { color: blue }       /* unvisited link */
A:hover { color: red }
A:visited { color: purple }   /* visited links */
A:hover { color: red }
A:active { color: red }    /* active links */
A.nav:link { color: #FFFFFF;text-decoration: none; font-weight: bold }
a.nav:hover  { color: #FFFF00; text-decoration: none; font-weight: bold }
a.nav:visited { color: #C0C0C0; text-decoration: none; font-weight: bold }
A.nav:hover { color: yellow;text-decoration: none; font-weight: bold }
A.nav:active { color: red; text-decoration: none; font-weight: bold }
A.head:link { color: black; text-decoration: none; font-weight: bold }
a.head:hover  { color: red; text-decoration: none; font-weight: bold }
A.head:visited { color: black; text-decoration: none; font-weight: bold }
A.head:hover { color: red; text-decoration: none; font-weight: bold }
A.head:active { color: red; text-decoration: none; font-weight: bold }