@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-size: 18px;
}

a:link {
	font-size: 12px;
	color: #009933;
}

a:visited {
	font-size: 12px;
	color: #336633;
}
a:active {
	font-size: 12px;
}
a:hover {
	font-size: 12px;
	color: #009933;
}
.boldred {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}
