tt, code, pre 
{ 
    font-family: Consolas, Monaco, "Courier New", Courier, monospace; 
}

h1, h2, h3, h4 
{
    font-family: "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
    margin-left: 20px;
    margin-right: 20px;
}

p
{
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 17px;
    line-height: 1.6em;
    margin-top: -1px;
    margin-bottom: 16px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
}

li
{
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 17px;
    line-height: 1.6em;
    margin-top: -1px;
    margin-bottom: 16px;
    margin-left: 40px;
    margin-right: 80px;
    text-align: justify;
}

.nav a
{
    border: solid 1px #ddd;
    padding: 6px 9px;
    font-family: "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
    font-size: 18px;
    text-decoration: none;
    background: #f5fff0;
    margin: 5px 20px 2px 20px;  /* top right bottom left */
    -moz-border-radius: 8px;
    border-radius: 8px;
    
}

