body {
color: black;
}

a{
color: #b54343;
text-decoration: underline;

}
a:visited{
color: #b54343;
}

a:hover{
color: #900000;
font-weight: bold;

}



.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;
}

