body
{
background-color:#29518c;
}

h1
{
font-size:36pt;
}
h2
{
color:blue;
}
p
{
text-align:center
}

li
{
 color:white;
 list-style-type:none; 
 font-family:Tahoma, Geneva, sans-serif;
 font-size:12px;
 font-weight:bold;
 padding:5px 10px 5px 0px;
}

a:link {
color: white;
text-decoration: none;
}
a:visited {
color: white;
text-decoration: none;
}
a:hover {
color: white;
text-decoration: none;
}
a:active {
text-decoration: none;
color: white;
}
