body {
background: #003399;
}

table.outer {
background: #CCCCCC;
border-width: thick;
border-color: black;
border-style: solid;
padding: 0px 10px;
}

table.inner {
background: #CCCCCC;
border-width: 0;
}

hr {
color: black;
}

h1 {
color: #000000;
font-family: arial;
font-size: 12pt;
font-weight: bold;
}

h2 {
color: #000000;
font-family: arial;
font-size: 12pt;
font-weight: normal;
}

p {
color: #000000;
font-family: arial;
font-size: 10pt;
}

ul {
color: #000000;
font-family: arial;
font-size: 10pt;
}

a:link {
color: #003399;
text-decoration: none;
}

a:visited {
color: #003366;
text-decoration: none;
}

a:active {
color: #003399;
text-decoration: none;
}

a:hover {
color: #7C45FE;
text-decoration: none;
}