// style sheet - shamelessly nicked from www.bbc.co.uk

BODY 	{ font-family : Symbol; 
			   background-color: #C0C0C0; 
			   font-weight : normal; font-size : 8pt;
			   color : #FFFFFF; }

B  		{  font-weight : bold; }

TABLE	{  font-family : Symbol;  font-size : 8pt; }

FONT	{  font-family : Symbol;  font-size : 8pt;}

TD   	{   font-family : Symbol;  font-size : 8pt;}

P 		{   font-family : Symbol;  font-size : 8pt;}

.tdFlag { padding-left: 7px; text-align: left;}

.tdMiddle { text-align: center; }

.tdSound { padding-right: 7px; text-align: right;}

/* main */

A:link 	{ text-decoration : none;   color : #666666; 
   			font-family : Symbol;  }

A:visited {  text-decoration : none;  color : #666666; 
   font-family : Symbol;  }

A:active  {   text-decoration : none;    color : #000000; 
font-family : Symbol;  }

A:hover  {  text-decoration : none; color : #000000;    
						font-family : Symbol;  }	
