body       { font-family: Helvetica;
             color: rgb(32,32,32);
             margin-top: 0px;
             margin-bottom: 0px;
             background-image: url(gradient.png);
             background-repeat: repeat-x;
             background-attachment: fixed }
h1         { font-size: 140%;
             text-align: center }
h2         { font-size: 100%;
             text-align: center }
p          { text-align: justify;
             margin: 15px }
a:link     { color: rgb(64,64,64) }
a:visited  { color: rgb(64,64,64) }
a:hover    { color: rgb(96,96,96) }
a:active   { color: rgb(32,32,32) }
hr         { height: 3px;
             width: 80%;
             background: rgb(64,64,64) }
td.mid     { width: 700px;
             padding: 15px 0px;
             border: solid rgb(6,53,0);
             border-width: 0px 1px;
             background-color: rgb(255,255,255);
             vertical-align: top }
table.body { height: 100%;
             align: center;
             border-spacing: 0px;
             border: none }
img        { border: 1px solid rgb(96,96,96) }
img.logo   { border: none;
             align: center }