body  {background-color: #CCCC99;
       font-family: arial, helvetica, san-serif;
       color: #004B2C;
       border-width: 20px;
       border-color: #131C46;
       border-style: solid;
      }

h1    {font-weight: bold;
       font-size: 15pt;
      }

h3    {font-weight: bold;
       font-size: 33pt;
      }

h4    {font-weight: bold;
       font-size: 18pt;
      }

address {font-weight: bold;
       font-size: 16pt;
      }

a     {color: #004B2C;
       font-weight: bold;
       text-decoration: none;
      }

a:visited{color: #004B2C;
       font-weight: bold;
      }

a:active{color: #131C46;
       font-weight: bold;
      }

a:hover{color: #131C46;
       font-weight: bold;
      }

p     {color: #004B2C;
       text-align: justify;
       font-size: 15pt;
      }
