body {
background-color: rgb(240,240,240);
color: rgb(0,30,0);
font-family: Arial, Helvetica, sans-serif;
text-align: justify;
}
h1 {
color: rgb(0,90,0);
text-align: left;
font-weight: bold;
font-size: 200%;
}
h2 {
color: rgb(0,90,0);
text-align: left;
font-weight: bold;
font-size: 140%;
}
p {
color: rgb(0,90,0);
text-align: center;
font-weight: bold;
}
div {
margin-left: 5%;
margin-right: 5%;
}
a:link {
color: rgb(0,90,255);
}
a:visited {
color: rgb(0,30,127);
}