
	
a:link		{
			color: #000000;
			text-decoration: none;
			}
	
a:visited	{
			color: #000000;
			text-decoration: none;
			}
			
a:active	{
			color: #000000;
			font-weight: bold;
			text-decoration: none;
 			}
			
a:hover 	{
			background-color:#DEDEDE; 
			text-decoration:none;
			cursor: hand;
			}

			
			
.linjeundertop	{
			border-bottom-style: solid;
			border-bottom-color: #000000;
			border-top-style: none;
			border-bottom-width: 1px;
			border-right-style: none;
			border-left-style: none;
			} 
		
			
.menyupp	{
			font-family: Verdana, Arial, San serif;
			font-size: 11px;
			color: #DCDCDC;
			}
							
	
.snabbmeny	{
			font-family: Verdana, Arial, San serif;
			font-size: 10px;
			padding-left: 5px;
			color: #000000;
			background-color: #ffffff;
			border: 1px;
			border-color: #000000;	
			}