
/* CONTENT STYLE */

p	{
	font-family:  arial, sans-serif;
	font-size: 0.8 em;
	}

#content h1, #content h2, #content h3	{
	font-family: verdana, arial, sans-serif;
	color: #000099;
	}


#content a:link, #content a:visited	{
	font-weight: bold;
	text-decoration: underline;
	color: 009;
	}

#content a:hover		{
	color: #fc6;
	text-decoration: underline;
	}

ol	{
	font-size: 0.9em;
	margin-left: 30px;
	margin-top: 0px;
	}

ol a	{
	font-size: 1em;
	}


ul	{
	font-size: 0.85em;
	list-style-type: none;
	margin:0, 0, 5, 5 px;
	}

ul a		{
	font-size: 1em;
	}


