
a.intlink {
         color: #0000ff;
}
a.intlink:link {
         color: #40DC18;
}
a.visited {
         color: #B81F1F;
}
a.intlink:active {
         color: #000000;
}
a.intlink:hover {
         background-color: #00ff00;
         font-weight: bold;
}
#main {
         margin-left: 180px;
         background: #000000
}
#menu {
         width: 150px;
         height: 400px;
         border: 2px solid #ffffff;
         background: #000000;
         float: left;
}
#smenu {
         font-size: 120%;
         font-align: left;
         position: absolute;
}