/* CSS Document */

body
{
	font: 1em "trebuchet ms", sans-serif;

}

p {
	font-family: "trebuchet ms", sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1
{
	font-weight: bold;
	line-height: 1.5em;
	font-size: 1.3em;
}

h2
{
	text-decoration: underline;
	font-style: italic;
	font-size: 1.1em;
}

ol li
{line-height: 20em;}

a:link    {color:#000066; font-weight: bold; text-decoration: none;}
a:visited {color:#000033; font-weight: bold; text-decoration: none;}
a:active  {color:#006699; font-weight: bold; text-decoration: none;}
a:hover   {color:#990000; text-decoration: none;}
