body, p, td, li, input, option , select, textarea {
font-size: 12px;
font-family: Comic Sans MS, verdana
}
a.button:link {text-decoration: none}
a.button:visited {text-decoration: none}
a.button:hover {text-decoration: none}
a.link:link {text-decoration: none; color: #b8860b}
a.link:visited {text-decoration: none; color: #b8860b}
a.link:hover {text-decoration: underline; color: #b8860b}
a.link1:link {text-decoration: none; color: #556b2f}
a.link1:visited {text-decoration: none; color: #556b2f}
a.link1:hover {text-decoration: underline; color: #556b2f}
a.link2:link {text-decoration: none; color: #006400}
a.link2:visited {text-decoration: none; color: #006400}
a.link2:hover {text-decoration: underline; color: #006400}

div.logout {
position: absolute;
top: 2;
left: 680
}
div.home {
position: absolute;
top: 2;
left: 650
}
h5 {
font: bold italic 2em/1em "Times New Roman", "MS Serif", "New York", serif;
margin: 3;
padding: 0;
color: #556b2f;
border-top: solid #556b2f medium;
border-bottom: dotted #556b2f thin;
width: 350px;
}

.moe a{
	position:relative;
    text-decoration:none 
}/* set stacking context*/

.moe a span{
visibility:hidden;
position:absolute;
top:0px;
left: 20px;
width:350px;
padding:10px;
font-family: Comic Sans MS, verdana;
font-size: 11px;
background:#ffffff;
z-index: 10;
color:#000000;
border:2px solid #000000;
text-decoration:none 
}

.moe a:hover{
visibility:visible;
text-decoration:none 
}/* ie bug needed to make span show*/

.moe a:hover span{
visibility:visible;
text-decoration:none 
}/* reveal image*/
