/* typography.css */
body {
    font-size: 80%;
    color: #222;
    background: #fff;
    font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 1.6em;
}

img {
	border: 0px;
}

a {
	color: #114488;
	text-decoration: none;
}

.method {
	border-top: 1px dotted #AAAAAA;
}

.code {
	font-size: 1em;
	line-height: 1.2em;
}

