body {
 background-color:#3A519E;
 color:#eed;
 padding:0;
 font-family:verdana, lucida console, helvetica, arial, courier, "ms sans serif";
 font-weight:bold;
 font-size:10pt;
 line-height:25px;
 letter-spacing:4px;
 text-align:left;
}
#title {
 letter-spacing:9px;
 font-size:13pt;
 color:#f4d700;
 text-align:justify;
 margin-right:70px;
}
#nav {
 margin-left:20px;
 width:160px;
}
.button {
 display:block;
 height:30px;
 width:150px;
 margin:5px;
 padding:4px;
 letter-spacing:4px;
 font-size:12pt;
 color:#f4d700;
 text-decoration:none;
 border-style:outset;
 border-width:1px;
 border-color:#999 #000 #000 #999;
 text-align:right;
}
.button:hover, .button:active {
 border-style:inset;
 border-color:#000 #999 #999 #000;
 font-size:13pt;
}
.text {
 padding:0;
 margin-top:0;
 margin-right:70px;
 text-align:justify;
 letter-spacing:2px;
}
.text li {
 margin-bottom:10px;
 list-style-type:square;
}
#emailadd {
 color:#f4d700;
}