body {
font-size: 10pt;
color: #000080;
background-color: #000080;
font-family: sans-serif;
}

h1 {
font-size: 24pt;
color: #ff0000;
background-color: transparent;
font-family: "Comic Sans MS", sans-serif;
font-weight: bold;
text-align: center;
}
h2 {
font-size: 18pt;
color: #ff0000;
background-color: transparent;
font-family: "Comic Sans MS", sans-serif;
font-weight: bold;
text-align: center;
}

a {
font-size: 12pt;
font-family: arial, sans-serif;
font-weight: normal;
text-decoration: none;
}

a:link {
color: #008080;
background-color: #fff;
}


a:visited {
color: #993366;
background-color: #fff;
}


a:hover {
color: #ff0000;
background-color: #fff;
font-size: 12pt; } 


a:active {
color : #0000ff;
background-color: #fff;
}