/*
Ski's overrides to "base.css"
*/

ul li {
	/*override to the feature "giving UL's LIs generated disc markers"*/
	list-style: none;
}

h1 {
	/*24px via YUI Fonts CSS foundation < http://developer.yahoo.com/yui/fonts/#using >*/
	font-size:182%;
	font-weight: normal;
	color: #808080;
}

p {
	/*so things don't run into each other*/
	margin-bottom: 0.7em;
	margin-top: 0em;
}
