
/* Body */


	body {margin-top: 2px; margin-left: 3px}
	A {
		text-decoration:	underline;
	}
	A:hover {
	 color: #000000;
	 text-decoration:none; 
	 border-top:1px solid #888888;
	 border-bottom:1px solid #111100;  
	 background-color:#ffff00;
	}




