@charset "UTF-8";
h4 {
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC3300;
}
a {
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	color: #CC6633;
	text-decoration: underline;
}
.red {
	color: #900
}

