/* CSS Document */

<!--
a:link { color: #000000; text-decoration: none; }
a:active { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; font-weight: bold; }
-->

body {
margin: 0;
background-color: #FFFFFF;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
}

.nav {
font-family: Verdana, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
margin-top: 30px;
margin-bottom: 30px;
margin-left: 30px;
margin-right: 20px;
height: "200";
vertical-align: top;
}
