body{
    background-color: rgb(164, 218, 218);
}
p{
    font-style: italic
}
#blue{
    color: blue;
}
.link{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
h1, h2{
    font-family: 'Times New Roman', Times, serif;
}
header p{
    color: rgb(60, 141, 141)
}