BODY
{
 	background-color: #ffffff;
	color: #000000;
        font-family: verdana, sans-serif;
        font-size: small;
}

.content {
  font-size: small;
  font-family: verdana, sans-serif;
}

h1, h2, h3, h4 { color: #005A9C; background: white }

table.navBar {
	table-layout: fixed;
}

div.navBar {
	padding-left: 15px;
}

.navBar *
{
	color: #fff;
	font-size: 120%
	font-family: verdana, arial, sans-serif;
}

.navBar a:link, .navBar a:visited
{ 
	color: #fff; 
	font-weight: bold;
	text-decoration: none;
	line-height: 1.7em;
}

.navbar a:hover
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: red;
	line-height: 1.7em;
}

a:link 
{
/*	font-weight: bold; */
	text-decoration: none;
	color: #00f;
	background-color: transparent;
}

a:visited
{
/*	font-weight: bold; */
	text-decoration: none;
	color: brown; /*darkblue;*/
	background-color: transparent;
}

a:hover
{
/*	font-weight: bold; */
	text-decoration: none;
	color: #000000;
	background-color: #ffcc00;
}

.small {
	font-size: smaller;
}
