body, input, select, option, textarea, table {
	font: 12px/1.5 Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
}
a,
a:link,
a:visited {
	text-decoration:none;
	color:#f01f22;
}
a:hover {
	text-decoration:underline;
}
a:focus {
	text-decoration:underline;
	outline:1px dotted invert;
}

hr {
	border-width:2px 0 0;
	border-style:dotted;
	border-color:#000;
	height:2px;
	clear:both;
}
h1 {

}
h2 {

}
h3 {
	font-weight:normal;
	font-size:14px;
}
ol {
	list-style: decimal;
}
ul {
	list-style: square;
}
li {
	margin-left: 30px;
}
p,
dl,
hr,
h1,
h3,
h2,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}