body {
background-color: rgb(220,255,240);
color: rgb(0,0,50);
font-family: Arial, Helvetica, sans-serif;
text-align: justify;
}
h1 {
color: rgb(0,140,155);
text-align: center;
font-weight: bold;
font-size: 400%;
text-shadow: 2px 2px 2px rgb(20,20,20);
}
h2 {
color: rgb(0,0,150);
text-align: left;
font-weight: bold;
font-size: 220%;
}
h3 {
color: rgb(0,0,150);
text-align: left;
font-weight: bold;
font-size: 150%;
}
p {
color: rgb(0,0,150);
text-align: center;
font-weight: bold;
}
div {
margin-left: 5%;
margin-right: 5%;
}