/*** Stili Header ***/
H1
	{
	font-family: Times New Roman, Tahoma, Verdana, Arial, Helvetica;
	font-size: 26px;
	font-weight: normal;
	color: #900;
	height: auto;
	width: 100%;
	border-bottom: 1px dotted #aaa;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px;
	display: bloack;
	}
	
H2
	{
	font-family: Times New Roman, Tahoma, Verdana, Arial, Helvetica;
	color: #900;
	height: 18px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin:0px;
	padding: 0px;	
	}
	
H2 A,H2 A:active, H2 A:visited, H2 A:hover
	{
	font-family: Times New Roman, Tahoma, Verdana, Arial, Helvetica;
	color: #900;
	height: 18px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;	
	}
H2 A:hover
	{
	text-decoration: underline;		
	}