body {
 font-family: Arial;
 color: #000099;
 background: #ddeeff;
 margin: 1cm;
 scrollbar-base-color:#000099;
}
h2 {
 font-style: italic;
 text-align: center;
}
a:link {
 color: #88bbff;
}
a:visited {
 color: #88bbff;
}
a:active {
 color: #000099;
}
a:hover {
 color: #88bbff;
 background: #000099;
}