


  body {
   font-family: arial, helvetica, sans-serif;
   background-color: white;
   text-align: center;
  }

  p {
    font-family: arial, helvetica, sans-serif;
    font-size: 11pt;
    text-align: left;
    padding-right: 20px;
  }

  .outerEnvelope {
    width: 610px;
    border-color: #b03030;
    border-width: 5px;
    border-style: solid;
  }

  a:hover.bottomLink {
    font-family: arial,helvetica,sans-serif;
    font-size: 12pt;
    color: blue;
  }
  a:link.bottomLink {
    font-family: arial,helvetica,sans-serif;
    font-size: 12pt;
    color: blue;
  }
  a:active.bottomLink {
    font-family: arial,helvetica,sans-serif;
    font-size: 12pt;
    color: blue;
  }
  a:visited.bottomLink {
    font-family: arial,helvetica,sans-serif;
    font-size: 12pt;
    color: blue;
  }



  .phoneNum {
    font-weight: bold;
    color: #686868;
  }

