a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #fff;
}


.style1 {
	color: #163E73;
	font-weight: bold;
}



/* NAVIGATION ELEMENTS */
	
#navigation ul {
	margin-left: 0;
	padding-left: 5px;
	list-style-type: none;
	width: 185px;
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
		}

#navigation a {
	display: block;
	padding: 5px;
	width: 185px;
	border: 1px solid #000;
	font-weight:bold;
	background-color:#89070e;
	}


#navigation a:link, #navlist a:visited {
	color:#fff;
	text-decoration: none;
	}
		
#navigation a:hover {
	background-color: #fff;
	color:#89070e;
		}

#cizgi2 {
	padding: 2px;
	
	}
