body{
    padding: 20px;
}
h1{
    font-weight: normal;
    color: #008dd0;
    margin: 0px;
    font-family: Gorgie 'Times New Roman', Times, serif;
    font-size: 250%;
    text-shadow: 2px 2px 3px #666;
    padding-bottom: 10px;
}
h2{
    font-weight: normal;
    color: #088dd0;
    margin: 0px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
    font-size: 90%;
    text-transform: uppercase;
    letter-spacing: 0.2em;

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

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

}
.intro{
    font-weight: bold;
}
.credits{
    font-size: initial;
    text-align: right;

}
a{
    font-weight: normal;
    color: #08d;
    margin: 0px;
    text-decoration: none;
    
}
a:hover{
    text-decoration: underline;
}
