<Style>

body {
background-color: SkyBlue
}

.Main {
color: Black;
font-family: sans-serif;
font-size: 10pt
}

.Main A {
color: Navy;
font-family: sans-serif;
font-size: 10pt;
text-decoration: none
}

.Main A:hover {
color: Red;
text-decoration: underline
}

.Main A:active {
color: Red
}

.Main A:visited {
color: DarkGreen
}

.NavMain {
color: White;
font-family: sans-serif;
font-weight: bold;
font-size: 10pt
}

.NavMain A {
color: Gold;
font-family: sans-serif;
font-weight: bold;
font-size: 10pt;
text-decoration: none
}

.NavMain A:hover {
color: Yellow;
font-weight: normal;
text-decoration: underline
}

.NavMain A:active {
color: Yellow;
font-weight: normal;
}

.NavMain A:visited {
color: Gold;
font-family: sans-serif;
font-weight: bold;
font-size: 10pt;
text-decoration: none
}

.Headline {
font-family: Arial,sans-serif;
color: Black;
font-weight: bold;
font-size: 18pt;
text-align: center;
}

.Headline2 {
font-family: Arial,sans-serif;
color: Black;
font-weight: bold;
font-size: 14pt;
text-align: center;
}

.xSmall {
font-family: Arial,sans-serif;
color: Black;
font-weight: normal;
font-size: 7pt;
}

.xsmall A {
color: FireBrick;
font-family: sans-serif;
font-size: 7pt;
text-decoration: none
}

.xsmall A:hover {
color: Red
}

.xsmall A:active {
color: DeepPink
}

.xsmall A:visited {
color: FireBrick
}
