body
{
    background: url(images/background.jpg);
    font-family: "Estrangelo Edessa"
}

a:link {
    color: #FF8429;
    text-decoration: none;
    font-family: "Estrangelo Edessa"
}

a:visited {
    color: #FF8429;
    text-decoration: none;
    font-family: "Estrangelo Edessa"
}

a:hover  {
    color: #FF8429;
    text-decoration: underline
    font-family: "Estrangelo Edessa"
}

p {
    font-size: 13pt;
    line-height:normal;
    font-family: "Estrangelo Edessa"
}

h1 {
    background: gray;
    color: white;
    font-weight: bold;
    font-size: 18pt;
    font-family: "Estrangelo Edessa"
}

h2 {
    font-weight: bold;
    font-size: 18pt;
    line-height:normal;
    font-family: "Estrangelo Edessa"
}

h3 {
    font-weight: bold;
    font-size: 16pt;
    line-height:normal;
    font-family: "Estrangelo Edessa"
}


h4 {
    background: gray;
    color: white;
    font-weight: bold;
    font-size: 14pt;
    font-family: "Estrangelo Edessa"
}

h6 {
    font-size: 13pt;
    line-height:normal;
    font-family: "Estrangelo Edessa"
}


