body {
color: white;
}

a{
color: white;
text-decoration: none;

}
a:visited{
color: white;
}

a:hover{
font-weight: none;

}



.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:b54343;
color:white;
width:230px;
padding:5px;
text-align:left;
text-decoration: underline;
font-weight:bold;

}


.submenu{
margin-bottom: 0.5em;
display:none;
}

