/* CSS Document */

body {
background-color:#000000;
text-align:center;
font-family: helvetica, verdana, arial;
font-size:14px;
color: #ffffff;
margin:0;
padding:0;
scroll:yes;
}

#nav {
text-align:center;
width:200px;
height:200px;
margin:0;
}

a:link {
color: #ffffff;
text-decoration: underline;
}
a:visited {
color: #ffffff;
text-decoration: underline;
}

a:hover {
color: #ffffff;
text-decoration: none;
}

a:active {
color: ffffff;
text-decoration: underline;
}  