A:active, A:visited, A:link
{
color: #A78D84;
font-weight: bold;
text-decoration : none;
}

A:hover
{
color: white;
font-weight: bold;
text-decoration : underline;
}

A:active.nav, A:visited.nav, A:link.nav
{
color: #A78D84;
text-decoration : none;
font-size: 20px;
}

A:hover.nav
{
color: white;
text-decoration : underline;
font-size: 20px;
}

BODY
{
color: white;
font-family : sans seriff;
font-size : 12px;
background-color: #563E39;
}

P
{
font-family: sans seriff;
}

.header_page
{
font-size: 22px;
}

.header_section
{
font-size: 18px;
}

.info_table
{
background-color: #2D2B25;
}


.nav_table
{
background-color: #2D2B25;
font-size: 20px;
text-align: center;
}

.text_small
{
font-size: 10px;
}

.title
{
font-size: 24px;
}

.section_header
{
font-size: 20px;
}

TD
{
align: right;
font-size: 12px;
}
