/** standard text settings -- add selector if otherwise overwritten */
body, ul li {
	color: #222;
}

body{
	font-family: Velvena, Arial;
	font-size: 12px;
}

#content {
	line-height: 1.4em;
}

#content h1, 
#content h2, 
#content h3 {
	font-variant: small-caps;
	margin-top: 1.5em;
}

#content ul {
	list-style-type: square;
	padding-left: 1.3em;
}

#content ul li {
	margin: 0.5em 0;
}

