body {
    background-color: #EEFFEE;
    
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    line-height: 110%;
    padding-top: 6px;
    padding-bottom: 3px;
    
}
    
h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    line-height: 110%;
    padding-top: 6px;
    padding-bottom: 3px;
    
}
    
h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    line-height: 100%;
    padding-top: 6px;
    padding-bottom: 3px;
    
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    color: #000000;
    line-height: 110%;
    
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: 110%;
    text-indent: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
}

table {
    border-collapse: collapse;
    border: 1px solid #9999BB;
    
}

th, td, tr {
    border-collapse: collapse;
    border: 1px solid #9999BB;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    padding: 4px;

}

.wrapper {
    width: 900px;
    margin: 0 auto;
    color: #000000;
    
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 6px;

}

ul.menu{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #9999BB;
    
}

ul.menu li {
    float: left;
    
}

ul.menu li a{
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
    
}

ul.menu li a:hover {
    background-color: #AAAACC;
    
}