@charset "utf-8";
body {
	background-color:#000000;
	margin: 0;  /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center;  /*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the 	#container selector */
	/*	color: #000000; */
	font-size: 14px;
	overflow: visible;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;	/*padding: 0px;*/
}

.oneColFixCtrHdr #navipalkki {
	height: 20px; /* the auto margins (in conjunction with a width) center the page */
	background-position: center;/*	border: 1px solid #000000; */
	text-align:center;
}

/*  NAVIGAATIO */

a:active{
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFF66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;	
}

a:hover{
	font-size: 14px;
	color: #FFFF33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;	
/*	background-color: #D20005; */
}

a:link {

	font-weight: normal;
	color: #FFFF66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;	
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF33;
	font-weight: normal;
	text-decoration: none;
	
}
