
/* (C) Written by Magnus Lindstrand nagnus@lindstrand.nu 1999 */

{ font-family: Verdana, sans-serif }

A:link	
{	
	text-decoration:	none;
	font-weight:	bold; 
	color:	rgb(100,100,0);
	background:
}	
		
A:visited	
{	
	text-decoration:	none;
	font-weight:	bold;
	color:	rgb(100,100,0);
	background:
}	
		
A:active	
{	
	text-decoration:	none;
	font-weight:	bold;
	color:	black;
	background:	#CCF;
}	
		
A:hover	
{	
	text-decoration:	none;
	color:	#FFFFF5;
	background:	rgb(150,150,250);
}	
		
A.offsite	
{	
	text-decoration:	none;
	font-weight:	bold;
	color:	rgb(255,0,0);
	background:
}	

BODY
{
	margin-left: 80; 
	background-repeat: repeat-y;
	bgcolor="#F3F3DA"
}

