h1 {
    float:left;
    width:100%;
    font-size:120%;
    font-weight:bold;
    margin: 20px 0% 10px 0%;
    font-family: "Ideal Sans A",sans-serif;
    
}



h2 {
    float:left;
    width:100%;
    font-size:110%;
    font-weight:bold;
    margin: 15px 0% 5px 0%;
    font-family: "Ideal Sans A",sans-serif;

}



p {
    float:left;
    text-align: justify;
    line-height: 1.5em;
    margin: 6px 0% 12px 0%;
}

a {
    text-decoration: none;
    color: #424242;
    cursor: pointer;
}

a:hover { color: #ffa500; }

img {border:none;}