p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	display: inline;
}


/* Standardlänkar uderstrukna, understrykning försvinner vid musöver*/
a:link  {
	color: #333333; 
	text-decoration: none;
}
a:visited  {
	color: #333333; 
	text-decoration: none;
}
a:active  {
	color: #333333; 
	text-decoration: none;
}
a:hover   {
	color: #333333; 
	text-decoration: underline;
}