


a:link { color: blue; font-weight: bold; font-size: small; text-decoration: none }
a:active { color: blue; font-weight: bold; font-size: small; text-decoration: none }
a:visited { color: blue; font-weight: bold; font-size: small; text-decoration: none }
a:hover { color: red; font-weight: bold; font-size: small; text-decoration: none; background-color:  }

p a:link { color: gold; font-weight: bold; font-size: small; text-decoration: none }
p a:active { color: gold; font-weight: bold; font-size: small; text-decoration: none }
p a:visited { color: gold; font-weight: bold; font-size: small; text-decoration: none }
p a:hover { color: red; font-weight: ; font-size: small; text-decoration: none; background-color:  }

p.blue a:link { color: blue; font-weight: bold; font-size: medium; text-decoration: none }
p.blue a:active { color: blue; font-weight: bold; font-size: medium; text-decoration: none }                                                                                                                                                                               
p.blue a:visited { color: blue; font-weight: bold; font-size: medium; text-decoration: none }
p.blue a:hover { color: red; font-weight: bold; font-size: medium; text-decoration: underline; background-color:  }

p.numbers a:link { color: blue; font-weight: bold; font-size: large; text-decoration: none }
p.numbers a:active { color: blue; font-weight: bold; font-size: large; text-decoration: none }                                                                                                                                                                               
p.numbers a:visited { color: blue; font-weight: bold; font-size: large; text-decoration: none }
p.numbers a:hover { color: blue; font-weight: bold; font-size: large; text-decoration: none; background-color: #c0c0c0}

li a:link { color: blue; font-weight: bold; font-size: small; text-decoration: none }
li a:active { color: blue; font-weight: bold; font-size: small; text-decoration: none }
li a:visited { color: blue; font-weight: bold; font-size: small; text-decoration: none }
li a:hover { color: red; font-weight: bold; font-size: small; text-decoration: underline; background-color:  }

