
strong {
        color: #0099CC;
}

h1 {
        color: white;
        background-color: #0099CC;
}

a:link {
        color: blue; background: transparent;
}

a:visited {
        color: purple; background: transparent
}

a:hover {
        color: blue; background: #FFFF80
}






TD.menu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        font-weight: bold;
        color: white;
        background-color: #0099CC;
}


a.menu:link {
        color: white; background: transparent;
        font-size: 10pt;
}

a.menu:visited {
        color: white; background: transparent;
        font-size: 10pt;
}

a.menu:hover {
        color: white; background: orange;
        font-size: 10pt;
}






TD.content {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        color: black;
        background-color: white;
}

a.content:link {
        color: blue; background: transparent;
}

a.content:visited {
        color: purple; background: transparent
}

a.content:hover {
        color: blue; background: #FFFF80
}






a.logo:link {
        color: white; background: transparent;

}

a.logo:visited {
        color: white; background: transparent;

}

a.logo:hover {
        color: white; background: #0099CC;

}

