body {
	font:11px/1.25 Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
}
a:focus {
	outline:1px dotted invert
}

a:link {
	color: #369;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #369;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #39c;
}
a:active {
	text-decoration: none;
	color: #369;
}
a img, .noline, a.noline:link, a.noline:visited, a.noline:hover, a.thumb, a.icon, a.img:link, a.img:visited, a.img:hover {
  border-width:0;
  }

hr {
	border:0;
	clear:both;
	height: 1px;
	background: #fff;
	color: #fff;
	padding-top: 30px;
}
h1 {
	font-size:25px
}
h2 {
	font-size:23px
}
h3 {
	font-size:21px
}
h4 {
	font-size:19px
}
h5 {
	font-size:17px
}
h6 {
	font-size:12px
}
ol {
	list-style:decimal
}
ul {
	list-style:square
}
li {
	margin-left:30px
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom:10px
}

