body{
    padding: 20px;
}

h1{
    color: #0088dd;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 250%;
    text-shadow:2px,2px,3px,#666666;
    padding-bottom: 10px;
    margin: 0px;
    font-weight: normal;
}

h2{
    color: #0088dd;
    margin: 0px;
    font-family: Gill 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 90%;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

p{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.4em;
    color: #665544;
}

p.intro{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.4em;
    color: #665544;
    font-weight: bold;
}

h3{
    font-weight: normal;
    color:#0088dd;
    margin: 0px;
    font-size: 150%;    
}

p.credit{
font-style: italic;
text-align: right;    
}

a{
    font-weight: normal;
    color: #0088dd;
    margin: 0px;
    text-decoration: none;
}