body {
	background: #fff;
	color: #333;
	margin: 0;
	padding: 0;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.25em;
}
p, li {
    font-size: 13px;
}
    p {
        line-height: 1.8;
    }
	p.blur {
		color: #bbb;
	}
h1 {
	font-size: 24px;
}
h2 {
    font-size: 17px;
}
h3 {
    font-size: 16px;
}
a:focus {
	outline: 1px dotted;
}
a.active {
	font-weight: bold;
}
a:visited {
    color: blue;
}

