<style type="text/css" media="all">
	
	body {
		font: 0.8em arial, helvetica, sans-serif;
	}
	/**
	#header ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#header li {
		float: left;
		background: url(test/images/btn1.jpg) top right no-repeat;
		margin: 0;
	}
	
	#header a {
		display: block;
		background: url(test/images/btn2.jpg) top left no-repeat;
		color: #fff;
		text-decoration: none;

	}
	
	#header a:hover {
		color: white;
	}
	
	#header #selected {
		font-weight: bold;
		background-image: url(/test/images/h_btn1.jpg);
	}
	
	#header #selected a {
		background-image: url(test/images/h_btn2.gif);
		color: white;
	}
	**/
	#content {
		clear: both;
		color: white;
		background: #c60;
		padding: 1em;
	}
	
	p {
		margin: 0 0 1em 0;
	}
	
	a {
		border:0;
	}
	
	h1 {
		color: #c60;
		font: small-caps italic bold 1.2em arial, helvetica, sans-seif;
		letter-spacing: 3em;
		padding: 0 0 1em 0;
		margin: 0;
	}
	
</style>

