/* BFS 2005 "tee-shirt" Mal H. - table version */

/* aa632d (170, 96, 43); 2d74aa (43, 116, 170); 888888 (136, 136, 136) */

body 	{
	background: white url('images/bfs_bg.gif') fixed;
	margin: 10;
	scrollbar-arrow-color: black;
	scrollbar-face-color: white;
	scrollbar-highlight-color: white
	}

span.title  {
	color: gray;
        font-family: "Comic Sans MS", cursive;
        font-size: 32px;
	font-weight: bold
	    }
.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
          }

.drop 	{
	position: relative; top: 1px
	}

/* footer links */
a.foot  {
	font-family: 'courier new', courier, monospace;
	text-decoration: none;
        color: #ff8000;
        }
a.foot:visited {
	color: #A0A000
	       }
a.foot:hover{
	color: gray; 
	text-decoration: underline
	    }