 /*
 
 Style sheet for GBATC website
 
 20 August 2004 - Amanda Thomas
  Version 1

/*sets font size, type & colour for main text body*/

p         { font-family: Verdana; font-size: 9pt; text-align: justify; margin-left:30; margin-right:30 }

/*sets font size, type & colour for page title*/

h1           { font-family: Verdana; font-size: 14px; color: #009900; text-align:center }

/*sets font size,type & colour for top & bottom navigation links*/

.t_nav       { font-family: Verdana; font-size: 8pt; color: #FFFFFF; font-weight: bold; text-align:center }
a.t_nav		{ text-decoration: none; color : "#FFFFFF"; font-family:Verdana; font-size:8pt; font-weight:bold }
a:hover.t_nav{ text-decoration: none; color : "#FF9933"; font-family:Verdana; font-size:8pt; font-weight:bold }


td {border:=0px none;}
/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: "Verdana, Arial, Helvetica, sans-serif"; color: "#FFFFFF"; text-align:center}



