h1{
    
    color: brown;
    font-family:sans-serif;
    
}

p{
    color: brown;
    font-family:fantasy;
    
}

ul{
    list-style-image :url('images/pointer-icon.png');
    
}
ol{
    list-style-type: upper-roman;
        
    
}

table{
    font-family:helvetica, sans-serif;
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
    border-color: #AC2424;
    
    
}
th{
    font-weight: 800;
    background-color: #AC2424;
    color:#ffffff;
    
}
#menu-bar a{
    text-decoration: none;
    background-color:brown;
    padding: 5px;
    
}
#menu-bar a:hover{
    
    background-color:brown;
    color: #ffffff;
    font-family:helvetica, sans-serif;
}