.meny 
{
	font-family: Verdana, Arial, Helvetica, Swiss, sans-serif; 
	font-size: 12px;
	color: rgb(0,0,0);
	font-weight: bold;
	line-height: 140%;
	text-decoration: none;
}
a.meny:link 
{
	font-size: 12px;
	color: rgb(51,51,51);	
}
a.meny:visited
{
	font-size: 12px;
	color: rgb(51,51,51); 
}
a.meny:hover 
{
	font-size: 12px; 
	color: rgb(0,0,0); 
	text-decoration: underline;
}
body         
{ 
	background-color: rgb(255,255,255);
	font-family: Verdana, Arial, Helvetica, Swiss, sans-serif; 
	color: rgb(0,0,0);
	margin-top: 5px; 
}
p, td, th, ol, ul
{
	font-size: 12px;
	margin-top: 0px;
}
h1, h2, h3, h4, h5, h6 
{ 
	font-family: Verdana, Arial, Helvetica, Swiss, sans-serif; 
	color: rgb(102,102,102);
}
h1
{
	font-size: 20px;
}
h2
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 18px;
}
h3
{
	font-size: 14px;
}
hr           
{  
	color: rgb(204,204,204);
}