/* BFS 2006 "austere" Mal H.*/

/* aa632d (170, 96, 43); 2d74aa (43, 116, 170); 888888 (136, 136, 136) */

body 	{
	background: black url('images/bfs_bg.gif') fixed;
	margin: 0;
	scrollbar-arrow-color: white;	/* NS will ignore */
	scrollbar-face-color: black;
	scrollbar-highlight-color: black;
	color: navajowhite;
	font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
	font-weight: bold
	}

hr 	{
	color: navajowhite; 
	background-color: navajowhite; 
	border: 0;
	height: 3
	}

td	{
	color: navajowhite;
	font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
	font-weight: bold
	}
td.vert	{
	background-color: navajowhite;
	width: 3px
	}
.tty 	{
	font-family: 'courier new', courier, monospace;  
	color: black; 
	font-size: 16px; 
	font-weight: bold
	}
.ttynb 	{
	font-family: 'courier new', courier, monospace;  
	color: black; 
	font-size: 16px; 
	font-weight: normal
	}
img.menu  {
	border: 0px none; 
          }
img.null  {
	border: 1px solid white;		/* NN is particular here */
	height: 0px
          }
	  
/* menu links */	  
a.menu  {
	text-decoration: none;
        color: #2d74aa
        }
a.menu:visited {
	color: gray
	       }
a.menu:hover{
	color: gray; 
	text-decoration: underline
	    }

/* footer links */
a.foot  {
	text-decoration: none;
        color: #0080ff;
        }
a.foot:visited {
	color: #6060ff
	       }
a.foot:hover{
	color: gray; 
	text-decoration: underline
	    }