body
{
    background-color: lightblue;
}

h1, h2
{
    color: white;
    text-align: center;
}

p {
    color: blue;
    font-family: verdana;
    font-size: 20 pt;
}

#monImage
{
    width: 400px;
    height: 400px;
    float: right;
}