.meny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
.m_bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
a.new:link {
        text-decoration:none;
		font-size : 10px;
		font-style: bold;
		font-family : Arial, sans-serif;
        color: #000000;
                }
a.new:visited {
        text-decoration :none;
		font-size : 10px;
		font-style: bold;
		font-family : Arial, sans-serif;
        color:#000000;
        }
a.new:active {
        text-decoration: underline;
		font-size : 10px;
		font-style: bold;
		font-family : "Arial,sans-serif";
        color: #6598CD;
        }
a.new:hover {
        color: #FFFFFF;
		font-size : 10px;
		font-style: bold;
		font-family : "Arial,sans-serif";
        text-decoration: underline;     
		}
