/*kommentti*/

.menu

	{
	font-size: 		12 px;
	font-family: 	Arial, Verdana;
	font-style:		normal;
	font-weight:	bold;
	text-decoration: 	none;
	} 

.main

	{
	font-size: 		15px;
	font-family: 	Arial, Verdana;
	font-style:		bold;
	
	color #333300;
	text-decoration :  none;
	text-align: left;
	}

.myymalat

	{
	font-size: 		10px;
	font-family: 	Arial, Verdana;
	font-style:		normal;
	
	text-decoration:none;
	text-align: left;
	}

.popup

	{
	font-size: 		13px;
	font-family: 	Arial, Verdana;
	font-style:		normal;
	
	text-decoration :  none;
	text-align: left;
	color: blue;
	}

.popup_ala

	{
	font-size: 		12px;
	font-family: 	Arial, Verdana;
	font-style:		normal;
	
	text-decoration :  none;
	text-align: left;
	color: blue;
	}

.shokki

	{
	color: red;
	font-size: 		12px;
	font-family: 	Arial, Verdana;
	}



a.shokki:link

	{
	color: red;
	text-decoration: none;
	}

a.shokki:visited

	{
	color: red;
	text-decoration: none;
	}

a.shokki:hover, a.shokki:active
	
	{
	color: yellow;
	background: blue;
	}

a:link

	{
	color: blue;
	text-decoration: none;
	}

a:visited

	{
	color: blue;
	text-decoration: none;
	}

a:hover, a:active
	
	{
	color: yellow;
	background: blue;
	}


