
/* CSS this sheet to become final sitewide master, 
option to use/create other sheets for special sections */

/* longhand margin settings for older browsers */
body {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px; 
	background-color: #ffffff;
}

/* for links in the header.shtml server-side include file for all pages */
.header_link {
	text-decoration: none;
}