/*
=================================================
File:		NAVIGATION.CSS

Description:	Stylesheet for TBA Web navigation 
              bar.

Author:	David Austin
		©2001 David Austin Consulting
		All Rights Reserved.

Date:		19 August 2001


Notes:		May be modified as required.

History:	

-------------------------------------------------
*/
body       { margin-top: 1;
             background-color: black }     

A          { font-family: Tahoma, Verdana, Arial, sans-serif; 
             font-size:  9pt; 
             color: #ffffff; 
             text-decoration: none }

A:hover    { color: #eeee00;
             text-decoration: underline }
