h1, h2, h3, h4, h5, h6 {color: teal}
h1{font-size: 18px}
h2{font-size: 14px}
h3{font-size: 14px}

a:link {  color: #0000CC; font-weight: bold; text-decoration: underline}
a:visited {  color: #0000CC; font-weight: bold; text-decoration: underline}
a:hover {  color: teal; font-weight: bold; text-decoration: none}
a:active {  color: teal; font-weight: bold;}