/* CSS Document */

p.menu {
text-align: center;
color: CCCC00;
font-family: tahoma;
font-size: 10pt;
font-weight: bold
}

p.menu2 {
text-align: right;
color: CCCC00;
font-family: tahoma;
font-size: 10pt;
font-weight: bold
}

p.footer {
text-align: right;
color: lightgrey;
font-family: tahoma;
font-size: 10pt;
font-weight: bold
}

p.wh_text {
text-align: center;
color: lightgrey;
font-family: tahoma;
font-size: 10pt;
font-weight: bold
}

p.blk_text {
color: black;
font-family: tahoma;
font-size: 10pt;
font-weight: bold
}

p.ppl_text {
color: purple;
font-family: tahoma;
font-size: 10pt;
font-weight: bold
}

a.menu:link {color: CCCC00; text-decoration: none}
a.menu:visited {color: CCCC00; text-decoration: none}
a.menu:hover {color: yellow; text-decoration: none}
a.menu:active {color: yellow; text-decoration: none}

a.footer:link {color: lightgrey; text-decoration: none}
a.footer:visited {color: lightgrey; text-decoration: none}
a.footer:hover {color: white; text-decoration: none}
a.footer:active {color: white; text-decoration: none}