 
/* 
	The purpose of this stylesheet is to provide style rules to 
	Internet Explorer v5.x on Windows only. This browser's support 
	for CSS is somewhat limited, and it is often necessary to provide
	it with alternate rules to acheive the same results as other 
	browsers.
*/


/* IE5.0 needs text-decoration for underlines, 
	but IE5.5 can use border-bottom */
/* give IE5.0 the underline */
body a { text-decoration: underline; }
/* remove it from IE5.5 (hide this rule from IE5.0) */
body a/**/ { text-decoration: none; }

/* fix box model for section navigation links */
#side-nav a {
	width: 200px;
	text-decoration: none;
	}
	
