body {background:#3366CC;
font-family:Arial,sans-serif;
font-size:18px;
}

p,li,ul,td,dd,dt,blockquote,h1,h2,h3 {
font-family:Arial,sans-serif;
font-size:15px;
color: white;
}

A:link
{color: orange;
}

A:vlink
{color: tan;
}

h1 {
margin-left: 10px;
color: blue;
font-size: 22px;
font-weight: bold;
}

h2 {
margin-left: 15px;
color: white;
font-size: 19px;
font-weight: bold;
}

h3 {
margin-left: 22px;
color: white;
font-size: 22px;
font-weight: bold;
}

p {
margin-left: 22px;
margin-right: 20px;
}

li {
margin-left: 20px;
margin-right: 20px;
}
.red {
color: red;
}

.white{
color: white;
}

.normal {
font-size:12px;
}

.subtitle {
font-size: 16px;
}

.nomargin
{
margin-left: 0px;
margin-right: 0px;
}

td.white
{
background: black;
font-weight: bold;
text-align: center;
}

td.white a {
color: white;
text-decoration: none;
}



