/**
 * Style sheet basics
 */
body
{
	font-family:"Lucida Grande","Trebuchet MS","Bitstream Vera Sans",Verdana,Helvetica,sans-serif;;
	word-wrap: break-word;
}

h1
{
	font-weight:bold;
	font-variant:small-caps;
	font-size:1em;
}

h2
{
	font-weight:bold;
	font-size:0.95em;
}

h3
{
	font-size:0.9em;
}

p
{
	font-size:0.9em;
	color:#330000;
}

ul li
{
	list-style-type:none;
}
