/*kommentti*/

.main

	{
	font-size: 		11px;
	font-family: 		Arial, Times New Roman;
	font-style:		normal;
	font-color: 		black;
	} 

.small
	
	{
	font-size: 		9px;
	font-family: 		Arial, Times New Roman;
	font-style:		normal;
	}

.vinkki
	{
	font-size: 		9px;
	font-family: 		Arial;
	text-decoration :  none;
	color: blue;
	}

.navi
	{
	font-size: 		9px;
	font-family: 		Arial, Times New Roman;
	font-style:		normal;
	border-left:		10px;
	}

.down
	{
	font-size: 		9px;	
	font-family: 		Arial;
	text-decoration:  	none;
	color: 			red;
	}

.haku

	{
	font-size: 		26px;
	font-family: 		Arial, Times New Roman;
	font-style:		normal;
	} 

.menu

	{
	font-size: 		12px;
	font-family: 		Arial, Times New Roman;
	font-style:		normal;
	} 


a:link, a:visited
	{
	color: black;
	text-decoration: none;
	}

a:hover
	{
	color: black;
	text-decoration: none;
	}

a.menu:link, a.menu:visited 
	{
	color: white;
	text-decoration: none;
	}

a.menu:hover
	{
	color: white;
	text-decoration: none;
	}

a.small:link, a.small:visited 
	{
	color: white;
	text-decoration: none;
	}

a.small:hover
	{
	color: white;
	text-decoration: none;
	}

a.navi:link, a.navi:visited 
	{
	color: white;
	text-decoration: none;
	}

a.navi:hover
	{
	color: black;
	text-decoration: none;
	}








