A:active {color: #FDC44D;
         text-decoration: underline;
         font-weight: bold;}

A:link {color: #FB4D4F;
       text-decoration: none;
       font-weight: bold;}

A:visited {color: #FB4D4F;
          text-decoration: none;
          font-weight: bold;}

A:hover {color: #FDC44D; 
        text-decoration: underline;
        font-weight: bold;}

body {color:#000000;
     font-family: arial, helvetica;
     background: #FFFFFF;
     margin-left: 0;
     margin-top: 0;
     margin-right: 0;
     margin bottom: 0;
     }

hr {color: #FB4D4F;
    margin-top: 10px; 
    margin-bottom: 0px;}

.copy {font-size: xx-small; 
      }

.article {margin-left: 10px;
         margin-right: 20px;
         }     

.menu {font-size: 14px;
       margin-bottom: 5px;
       background-color:#FCE2E4;
       color:#000000;
       width:157px;
       padding:2px;
       text-align:center;
       /*/*/border:1px solid #FB4D4F;/* */
       }

.menutitle {font-size: 18px;
       color:#000000;
       text-decoration: none;
       font-weight: bold;
       }         