body {
  margin : 0px 0px 0px 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: black;
}

#top {
  position: absolute;
  height: 100px;
  width: 100%;
  top:0px;
  border-bottom:2px solid gray;
}

#left {
  position: absolute;
  height:100%;
  width:100px;
  top:100px;
  border-right:2px solid gray;
}

#main {
  position: absolute;
  top: 115px;
  left: 115px;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
font-family: Times New Roman;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.story {
font-family: Times New Roman;
font-size: 16px;
color: black;
}

.aboutme {
font-family: Times New Roman;
font-size: 16px;
color: black;
}

.aboutme a:link {
color: purple;
text-decoration: none;
}

.aboutme a:visited {
color: purple;
text-decoration: none;
}

.aboutme a:hover {
color: red;
text-decoration: none;
}

.aboutme a:active {
color: purple;
text-decoration: none;
}

.small {
font-family: Times New Roman;
font-size: 8px;
color: black;
}

.smallish {
font-family: Arial;
font-size: 9px;
color: black;
}

.titles {
font-family: Courier;
font-size: 18px;
color: black;
}

.updates {
color: blue;
}

.menu {
font-family: Verdanda, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000000;
text-align: center;
}

.menu a:link {
color: green;
text-decoration: none;
}

.menu a:visited {
color: green;
text-decoration: none;
}

.menu a:hover {
color: #990000;
text-decoration: none;
}

.menu a:active {
color: #666666;
text-decoration: none;
}

.submenu {
font-family: Verdanda, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000000;
}

.submenu a:link {
color: green;
text-decoration: none;
}

.submenu a:visited {
color: green;
text-decoration: none;
}

.submenu a:hover {
color: red;
text-decoration: none;
}

.submenu a:active {
color: purple;
text-decoration: none;
}

a:link {
color: #000099;
text-decoration: underline;
}

a:visited {
color: #000099;
}

a:hover {
text-decoration: none;
}

a:active {
text-decoration: none;
}
