h1 {
	font-family: Helvetica, sans-serif, "Arial Narrow", "Arial Black";
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	color: #FF0000;
	text-transform: capitalize;

}
h2 {
	font-family: Helvetica, sans-serif, "Arial Narrow", "Arial Black";
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
}


h3 {
	font-family: Helvetica, sans-serif, "Arial Narrow", "Arial Black";
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #000099;
}


ul {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

fieldset {
	width: 400px;
	padding: 8px;
		}
		
legend	{
	font-weight: bold;
	color: #666666;
		}