BODY { background: white;
       margin: 0px; 
       color: black; 
       font-family: Verdana,Optima,Helvetica,Arial}

A { text-decoration: none; font-weight: bold; }

  A:link { color: #31B5D6 }
  A:visited { color: maroon }
  A:active { color: fuchsia }
  A:hover { color: white; background: blue; }

  A.example:link { color: #FFFFE0 }
  A.example:visited { color: maroon }
  A.example:hover { color: white; background: blue; }

  A.footer:link { color: #FFDE00 }
  A.footer:visited { color: green }

P { text-indent: 0.7cm; }

.backgroundred { background: #BA0000; }

.boldblue { color: #0000FF; }

.boldgreen { color: green; }

.boldred { color: #BA0000; }

.boldgold { color: #FFDE00; }

.BorderNone { border: none }

.BorderSolid { border: solid }

.plainwhite { color: white }

.sizeplusthree { font-size: 165%; color: white }

.sizeplustwo { font-size: 145%; }

.sizeplusone { font-size: 125%; }

.sizeminusone { font-size: 85%; }

.sizeminustwo { font-size: 65%; }

.WidthEightyFive { width: 85% }

