h1 {font-family: arial;color:crimson;font-size:20pt}
h2 {font-family: arial;color:blue; font-size:13pt}
hr {color:darkblue}
p {font-family: arial; font-size:11pt; margin-left: 15px}
h2.tutheader {font-size:6pt;background-color:lightsteelblue}
h3 {font-family: sans-serif}
a {font-family: arial; text-decoration: none; }
body {
margin: 0;
padding: 0;
background: whitesmoke;
font: 80% arial, verdana, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* Menu position that can be changed at will */
top: 120;
left: 0;
}
#menu {
width: 10em;
}
#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 15px;
line-height: 15px;
text-align: center;
font-weight: bold;
border: 1px solid darkblue;
background: lavender;
}
#menu dd a:hover {
background: cornsilk;
border: 1px solid darkblue;
}
#menu li {
margin: 1px 0;;
text-align: center;
border: 1px solid darkblue;
background: white;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dl a:hover, #menu dd a:hover, #menu dt a:hover {
background: cornsilk;
}



 
