body {
background-color: #114477;
font-family: arial, sans-serif;
}
h1 {
font-size: 140%;
color: white;
}
h2 {
font-size: 120%;
color: #d0d0ff;
}
h3 {
font-family: verdana,arial,sans-serif;
font-size: 66%;
color: #c0c0c0;
}
a {
a:link { color: red; }
a:active { color: white; }
a:visited { color: red; } 
a:hover { color: yellow; }
text-decoration: none;
}
p {
font-size: 110%;
color: #f0f0ff;
text-align: center;
}