
A { font-family: "Arial", "Times New Roman" }
A:link { color: blue; text-decoration: none}
A:hover { color: red; text-decoration: none}
A:visited {text-decoration: none}

LI { font-family: "Arial"}
P { font-family: "Arial" }
H1 { font-size: 20px;
      font-family: "Arial", }
H2 { font-family: "Arial"}
H3 { font-family: "Arial"}
H4 { font-family: "Arial"}
TABLE { font-family: "Arial" }

HR { height:5px; background: #004080 ; }

UL {list-style-type: square }



.form { font-family: Verdana, Arial, Helvetica, sans-serif; color: red; background: white; color: #446D8C; }
.btn { font-weight: bold; color: white; background-color: #446D8C;}


div#links a { text-align: center; font: bold 1em sans-serif;
   padding: 5px 10px; margin: 0 0 1px; border-width: 0;
   text-decoration: none; color: white; background: #004080;

   }
div#links a:hover {color: #411; background: #AAA; }

