h1 
	{
		font: small serif;
		text-align: center;
		background-color:#FFFFFF;
	}

h2 
	{
		font:small serif;
		text-align: justify;
		text-indent: 35;
	}

h3
	{
		font-weight: normal;
                font-size: 12px;
                text-align: justify;
		text-indent: 15;
	}

 ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul {
	position: absolute;
}

ul li{
	float: left;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: transparent #25b #25b #9ce;
}

ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	width: 103;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	background-color: #27c;
	color: #def;
	border-top: 1px solid #1155ff;
}

ul a:hover {
	background-color: #28e;
	color: #fff;
	border-top: 3px solid #1155ff;
}


/*ul,li
	{
		font:small serif;
		text-align: justify;
		text-indent: 35;
	}*/

:link
	{
		text-decoration: none;
		color: black;
	}
	
:hover
	{
		text-decoration: underline;
	}
