a:link {
	color: #993300;
	text-decoration: underline;
	font-weight: bold;
	}
a:hover {
	text-decoration: none;
	color: #ffff99;
	}
a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	}
a:visited:hover {
	text-decoration: underline;
	color: #666666;
	}
	
	h1 {

	color: #999999
	}
	h2 {

	color: #666666
	}
	
	
H3 {

	color: #993300;
	font-weight: bold;

	}
