a.navbar
{
float: left;
width: 70px;
padding: 4px;
font-family: arial,helvetica;
font-size: 8pt;
font-weight: bold;
text-decoration: underline;
text-align: center;
border-left: 4px solid black;
}


a.navbar-last
{
float: left;
width: 70px;
padding: 4px;
font-family: arial,helvetica;
font-size: 8pt;
font-weight: bold;
text-decoration: underline;
text-align: center;
border-right: 4px solid black;
border-left: 4px solid black;
}


a.navbar:link
{
color: white;
background-color: #e91111;
}

a.navbar:visited
{
color: white;
background-color: #e91111;
}

a.navbar:hover 
{
color: white;
background-color: #CC0000;
}

a.navbar:active 
{
color: black;
background-color: #FFE4E1;
}



.navbar-last:link
{
color: white;
background-color: #e91111;
}

a.navbar-last:visited
{
color: white;
background-color: #e91111;
}

a.navbar-last:hover 
{
color: white;
background-color: #CC0000;
}

a.navbar-last:active 
{
color: black;
background-color: #FFE4E1;
}


td.background_color
{
background-color: #dcdcdc;
}


h1 {  color: #e91111; font-family: Tahoma; font-size: 30px; font-weight: bold; text-align: left}

h2 {  color: #e91111; font-family: Tahoma; font-size: 24px; font-weight: bold; text-align: left}
