a.one:link {color: blue; font-weight: bold}
a.one:visited {color: blue; font-weight: bold}
a.one:hover {color: black; background: green; font-weight: bold}

a.two:link {color: blue; font-weight: bold}
a.two:visited {color: purple; font-weight: bold}
a.two:hover {color: green; font-weight: bold}

a.three:link {color: blue; font-weight: normal}
a.three:visited {color: blue; font-weight: normal}
a.three:hover {color: green; font-weight: normal}



H1 { font-family: times; font-size: x-large; color: 006633 }
H2 { font-family: times; font-size: small; color: black; font-weight: normal }
H3 { font-family: times; font-size: small; color: red; font-weight: normal }
H4 { font-family: times; font-size: 10; color: black; font-weight: normal }
H5 { font-family: times; font-size: small; color: purple; font-weight: normal }



