body {
       font-family: Arial,Verdana,sans-serif;
       /*font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;*/
       text-align: center;
       font-size: 12px;
       margin: 0px;
       color:#2A2A2A;
       /*color: purple;*/
       /*background-color: #d8da3d;*/
     }

address {
          text-align: right;
          }
strong {
         font-weight: bold;
         text-decoration: none;
         color: #CC6600;
         }

a:link {
         text-decoration: none;
         color: #CC6600;
         }

a:visited {
            text-decoration: none;
            color: #CC6600;
            }

a:active {
           text-decoration: none;
            color: #CC6600;
           }

a:hover {
          text-decoration: none;
          color: #FF3300;
          }
          
/*body {
       font-family: Georgia, "Times New Roman", Times, serif;
       }*/
  