/* Cascading Style Sheet */
h3
{
    font-size:15px;
    font-family: "Bell MT";
    text-decoration: none;
    color: white;
}
 h4
{
    font-size:20px;
    font-family: "Bell MT";
    text-decoration: none;
    text-align: center;
    color: white;
}
 h5
{
    font-size:12px;
    font-family: "Bell MT";
    text-decoration: none;
    text-align: center;
    color: #4F3535;
}
h6
{
    font-size:12px;
    font-family: "Bell MT";
    text-decoration: none;
    color: white;
    text-align: center;
}
