/*  global [i.e. house styles] updated 16/2/03 */
/*  n.b. colours & fonts & backgrounds should be set in SITE-wide styles for each website */

/* paragraph styles */
.bot 
	{
	font-size:12px;  
	text-align: "center"; 
	}

/*  standard colours */
.brown 		
	{
	color: #660000; 
	} 
.red 
	{
	color: #cc0066; 
	} 
.grey 		
	{
	color: #666666; font-family: "Arial";
	} 
.black
	{
	color: black; font-family: "Arial";
	} 
.purple 	
	{
	color: purple; 
	} 
.turq 		
	{
	color: #66FFFF; 
	} 
/* standard font styles */	
.centre 	
	{
	text-align: center;
	} 
.right 		
	{
	text-align: right;
	} 
.bold 		
	{
	font-weight: bold;
	}
.star, .highlight 
	{ 
	background-color: #ffcccc; 
	color: #cc0066; 
	font-weight="bold" ; 
	}
	
/* link styles - set colours in website main stylesheets but defaults set here to make sure */
a:link
	{ 
	font-weight:bold ;
	color : red ;
	}
a:visited
	{
	font-weight:bold ;
	color : green ;
	}
a:hover
	{
	cursor: new-resize ;
	text-decoration: underline ;
	font-weight:bold ;
	color : blue ;
	}			

	
