	body {	
		font-family	:	arial,sans-serif;
            	font-size	:	12px; 
            	background	:	#fff;
            	color		:	#000;
		margin		:	2em;
	}
	img {
		border		:	0;	
	}
	a:link {
 		color		:	#48a4ff;   
		font-weight	:	bold;      
	}
 	 :hover {
		color		:	#666;    
		font-weight	:	bold;   
	}
	 :visited {
  		color		:	#69c;	
		font-weight	:	bold;
	}
 	 :active { 
		color		:	#f00; 
		font-weight	:	bold;
                text-decoration	:	none;	
	}
	.go {
		width		:	17px;
		height		:	7px;
		border-width	:	thin;
		border-color	:	transparent;
	}
	.heading {
		color		:	#48a4ff;		
	}
	table {
		border		:	0;
		padding		:	0;
	}
	table.nav {
		font-family	:	arial,sans-serif;
            	font-size	:	10px; 
		width		:	100%;
		height		:	8px;
		background	:	48a4ff;
		color		:	#fff;
	}
	a:link.menu {
		text-decoration	:	underline;
		color		:	#fff;
	}
	:visited.menu {
		text-decoration	:	underline;
		color		:	#fff;
	}
	 :hover.menu {
		text-decoration	:	underline;
		color		:	#fff;
	}
	.special {
		color		:	#f60;
		font-weight	:	bold; 
	}
	.law {
		font-size	:	10px;	
		color		:	#ddd;
		cursor		:	hand;
	}
