h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 18pt;
	color: #000080;
	}

ul li a	{
		font-family: Arial, Helvetica, sans-serif;
		line-height: 125%;
		font-size: smaller;
		font-weight: bold;
		color: #000080;
		text-decoration: none;
		list-style-type: none;
		}

ul li	{
		font-family: Arial, Helvetica, sans-serif;
		list-style-type: none;
		}

ul li a:hover	{
				font-family: Arial, Helvetica, sans-serif;
				color: #cc0033;
				padding-left: 5px;
				border-bottom-width: 2px;
				border-left-width: 2px;
				border-bottom-style: solid;
				border-left-style: solid;
				border-bottom-color: #cc0033;
				border-left-color: #cc0033;
				}