<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
a.navbar
{
float: center;
width: 125px;
padding: 5px;
border-right: 1px, solid white;
font-family: arial, helvetica;
font-size: 12pt;
text-decoration: none;
text-align: center;
}
a:navbar:link
{
color: black;
background-color: #8FBC8F;
text-decoration: none;
}
a.navbar:visited
{
color: black;
background-color: #8FBC8F;
text-decoration: none;
}
a.navbar:hover
{
color: #F5DEB3;
background-color: #A90017;
text-decoration: underline;
}
a.navbar:active
{
color:black;
background-color: #8FBC8F;
text-decoration: none;
}

	