body 
	{
	background-image:url('tausta.jpg');
	}

#navcontainer ul
	{
	margin:  0px;
	padding: 2px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}

#navcontainer li
	 { margin: 0px 0px 3px 0px; }

#navcontainer a
	{
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid #333;
	width: 160px;
	background-color: blue;
	}

#navcontainer a:link, #navlist a:visited
	{
	color: #EEE;
	text-decoration: none;
	}

#navcontainer a:hover
	{
	border: 1px solid #333;
	background-color: white;
	color: #333;
	}

#active a:link, #active a:visited, #active a:hover
	{
	border: 1px solid #333;
	background-color: white;
	color: #333;
	}


#toka ul
	{
	margin: 0px;
	padding: 2px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}

#toka li { margin: 0px 0px 3px 0px; }

#toka a
	{
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid #333;
	width: 160px;
	background-color: blue;
	}

#toka a:link, #tokanavlist a:visited
	{
	color: #EEE;
	text-decoration: none;
	}

#toka a:hover
	{
	border: 1px solid #333;
	background-color: white;
	color: #333;
	}

#tokaactive a:link, #tokaactive a:visited, #tokaactive a:hover
	{
	border: 1px solid #333;
	background-color: white;
	color: #333;
	}

#navcontainer, #toka
	{float: left;}

#navcontainer
	{margin: 0px 0px 0px 0px}

#toka
	{margin: 0px 0px 0px 0px}


#linkit
	{color: white;
	float: left;
	max-width: 500px;
	margin: 0px 20px 0px 19px}

#linkit a:link
	{
	color: white;
	text-decoration: none;
	}

#linkit a:hover
	{color: yellow;}

#linkit a:visited
	{color: #CCCC99;
	text-decoration: none;}




