body {
    font-family:sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color:black;

}

a {
    color: #e2007a; 
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
    color: #786854; 
}

h3 {
    font-size: 16px;
    font-style: italic;
    color: #786854;
}

#mainmenu a{
    display: block;
    font-weight:bold;   
    color: #f8bfde;
    background-color: #e2007a;
    text-decoration: none;
}

#mainmenu a:hover{
    color: white;
    font-weight:bold;
}

#mainmenu li.selected a {
    color: white;
    font-weight:bold;;
}

#submenu a{
    display: block;
    color: #e2007a;
    text-decoration: none; 
    font-weight: bold; 
}

#submenu a:hover{
    color: black; 
}

#search input {
    color: #e2007a; 
    border : 0px;
}


#footer {
    color: #e2007a; 
    font-weight: bold;
}