// Style Sheet by RJL;
// http://www.rjl.wt.com.au

// those that are defined:

.twedwhite {
  font-size:8pt;
  color:white;}

A.twedwhite:link	{ color: #FFFFFF; text-decoration: none;}
A.twedwhite:visited     { color: #FFFFFF; text-decoration: none;}
A.twedwhite:active 	{ color: #FFFFFF; text-decoration: none;}
A.twedwhite:hover 	{ color: #FF0000; text-decoration: underline;} 

.tweddark {
  font-size:8pt;
  color:#6B3939;}

A.tweddark:link	        { color: #6B3939; text-decoration: none;}
A.tweddark:visited      { color: #6B3939; text-decoration: none;}
A.tweddark:active 	{ color: #6B3939; text-decoration: none;}
A.tweddark:hover 	{ color: #FFFFFF; background: #6B3939; text-decoration: none;} 

A.pgullycol2:link	{ color: #C6A58C; text-decoration: none;}
A.pgullycol2:visited    { color: #C6A58C; text-decoration: none;}
A.pgullycol2:active 	{ color: #C6A58C; text-decoration: none;}
A.pgullycol2:hover 	{ color: #84104A; text-decoration: underline;} 

A.pgullycol1:link	{ color: #84104A; text-decoration: none;}
A.pgullycol1:visited    { color: #84104A; text-decoration: none;}
A.pgullycol1:active 	{ color: #84104A; text-decoration: none;}
A.pgullycol1:hover 	{ color: #C6A58C; text-decoration: underline;}

A.none:link             { color: #C6A58C; text-decoration: none;}
A.none:visited          { color: #C6A58C; text-decoration: none;}
A.none:active 	        { color: #C6A58C; text-decoration: none;}
A.none:hover 	        { color: #C6A58C; text-decoration: none;}

// those that are not:

.{
  font-family: Arial, sans-serif; }

//old A:link		{ color: #0000FF; }

A:link		{ color: #333333; }
A:visited 	{ color: #333333; }
A:active 	{ color: #333333; }
A:hover 	{ color: #FF0000; }   