a.menu {
	font-family: "Lucida Sans Unicode", Georgia, "Comic Sans MS", Arial;
	font-size: 10pt;
	text-decoration: none;
	line-height: 18pt;
}
a.menu:link { color: blue; }
a.menu:visited { color: blue; }
a.menu:active { color: blue; }
a.menu:hover { color: white; }

body {
        font-size: 13pt;
        font-family:  "Book Antiqua", Georgia, "Bookman Old Style";
        color: black;
        text-align: justify;
        line-height: 16pt;
        background: Lightsalmon;
        margin-left: 0;
        top-margin: 0;
     }

table {
        text-align: justify;
        margin-left: 2pt;
        margin-top: 2pt;
        margin-right: 2pt;
        margin-bottom: 2pt;
      }


