
 body
    {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	}
	
  h1
  	{
	font-size: 22px;
	margin: 0;
	}
	
#navbar
	{
	background-image: url(./images/redbar.gif); 
	background-repeat: repeat-x;
	height: 26px;
	color: white;
	font-weight: bold;
	}

#bottombar
	{
	background-image: url(./images/greybar.gif); 
	background-repeat: repeat-x;
	height: 26px;
	color: white;
	font-weight: bold;
	}
	
b {color: #CC0000;}
	
#navbar a:link, #bottombar a:link
	{
	color: #FFFFFF;
	text-decoration: none;
	}
#navbar a:visited, #bottombar a:visited
	{
	color: #DDDDDD;
	text-decoration: none;
	}
#navbar a:hover, #bottombar a:hover
	{color: #880000;}
#navbar a:active, #bottombar a:active
	{color: orange;}
