body {

padding:0;
margin:0;
font-family: Rockwell;
font-style:normal;
font-size:14;
color: white;


}

  li{
margin: 0;
padding:5px;
list-style-type:none;
border-style: solid;
border-width: 0px 0px 0px 1px;
border-color:white;
}


dt, dl, dd, ul {
margin: 0;
padding: 0;
list-style-type: none;

}

#menu {
position: fixed;
top: 1em;
left: 1em;
text-indent:0.5em;
width: 6em;
z-index:400;
font-size:14;
font-weight:bold;


}

#menu dt {

cursor: pointer;
background: black;
height: 20px;
line-height: 20px;
margin: 5px 0;
z-index:350;
padding:5px;
text-align: left;
font-style:normal;


}


#menu dd {
position: absolute;
z-index: 400;
text-align:left;
left: 6em;
margin-top: -2em;
width: 10em;
padding:0px;

font-weight:bold;
}

#menu ul {
padding: 0px;
}
#menu li {
text-align: left;
height: 18px;
line-height: 18px;
background: black;
color:white;
}
#menu li a {
background: black;
color: white;
font-size:bold;
text-decoration: none;
display: block;

}

#menu li a:hover {
text-decoration: none;
background:black;
color:black;
border:0px;
}

.class1 A:link {text-decoration: none; color:white; background:black;}
.class1 A:visited {text-decoration: none;  color:white; background:black;}
.class1 A:active {text-decoration: none;  color:white; background:black;}
.class1 A:hover {text-decoration: none;  color:white; background:black;}

.class2 A:link {text-decoration: blink; color:white; background:black;}
.class2 A:visited {text-decoration: blink;  color:white; background:black;}
.class2 A:active {text-decoration: blink;  color:white; background:black;}
.class2 A:hover {text-decoration: blink;  color:white; background:black;}



h1{position:fixed;
margin-left:70px;
right:50px;
top:50px;
z-index:100;}

