body{
    font-family: Arial;
    font-size: 10px;
}
h1{
    font-size: 14px;
    color: #008091;
}
ul#menu{
    list-style-type: none;
    text-decoration: none;
    font-weight: bold;
    display: inline;
    padding: 0;
    margin: 0;
}
ul#menu a{
    text-decoration: none;
    font-style: normal;
    font-size: 12px;
    color: black;
}
P{
    width: 500px;
}

