/* CSS Document */

body 
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

/*.............................................................*/

/*TEXTFORMATERING*/
/*brödtext*/

/*rubriker*/
.rubriker 
{
font-size:14px;
font-weight:bold;
color:#cc9900;
}

.rubrikerNyhet 
{
font-size:14px;
font-weight:bold;
color:#339999;
}

.datum
{
font-size:10px;
color:#666666;
}

/*underrubriker*/
h3 
{
font-size:12px;
}

/*.............................................................*/

/* LÄNKAR */	
a 	{text-decoration:underline;
	}

a:link {
	text-decoration: underline;
	color:#666666;
	}

/* besökt länk */
a:visited {
	color:#ff6699;
	}

/* hoverlänk */
a:hover {
	text-decoration:none;
	color:#339999;
	}

/* aktiv länk */
a:active {
	text-decoration: none; color:#33CCCC;
	}
	
img {border: none;}

