/* Global Styles */

body {
	margin:0px;
	}
	
a {
	color: #000080;
	font-weight:normal;
	text-decoration: underline;
	}
	
a:hover {
	color: #000080;
	text-decoration: underline;
	}



/* ID Styles */


#navigation a {
	color: #000080;
	font-weight:normal;
	text-decoration: none;
	}
	
#navigation a:hover {
	color: #000080;
	text-decoration: underline;
	}
	

