body {
color: blue;
}

a:hover {
background-color: yellow;
color: blue;
text-decoration: none;
}

a:link {
color: blue;
text-decoration: none;
}

a:active {
color: blue;
text-decoration: none;
}

a:visited {
color: blue;
text-decoration: none;
}

p {
font-size: 16pt;
}

div.1 {
font-size: 14pt;
}

div.2 {
font-size: 18pt;
}

div.3 {
font-size: 10pt;
}