body{
width: 900px;
margin: auto;
font-size: 20px;
font-family: "Myriad Pro";
}

body section img{
margin-top: 100px;
}


body section{ 
text-align: center;
}

body section p{
margin-left: 40px;
margin-right: 40px;
margin-top: 50px;
margin-bottom: 40px;
float: left;
}

/* unvisited link */
a:link {
    color: #084a94;
}

a:visited {
    color: #084a94;
}


/* mouse over link */
a:hover {
    color: #084a94;
}
