   a:link {color: darkblue;
           font-weight: bold;
           text-decoration: underline;
           }
a:visited {color: darkgreen;
           font-weight: bold;
           text-decoration: underline;
           }
       h2 {text-align: left;
           font-weight: normal;
           font-size: 132%;
           }

  body {font-size: 100%;
        font-family: "Arial,Helvetica,sans-serif";
        background-color: #FFFcdd;
        margin: "2em";
        }
.br    {line-height: 50%;
        margin: 0}

big    {font-weight: normal;
        font-size: 172%}

address{text-align: right;
        font-size: 80%;}