


body {
margin: 0;
}
.nav {
background: url('/dwa1.gif') repeat-y;
}
.navBar {
background: "navy";
}

a {
color: white;
text-decoration: none;
font-family: Arial, helvetica, sans-serif;
font-size: 12;
}
a:hover  {
color: silver;
text-decoration: underline;
font-family: Arial, helvetica, sans-serif;
font-size: 12;
}

a.body {
color: black;
text-decoration: none;
font-family: Arial, helvetica, sans-serif;
font-size: 12;
}
a:hover  {
color: blue;
text-decoration: underline;
font-family: Arial, helvetica, sans-serif;
font-size: 12;
}


.navHead {
font-family: Arial, helvetica, sans-serif;
font-weight: bold;
color: silver;
font-size: 12;
}

