/* Element */

BODY
{
	background-color:	#ffffff;
	scrollbar-base-color: #eeeeee;
}

P, H1, H2, H3
{
	margin: 2px 0px 10px 0px;
}


h1
{
	margin: 10px 0px 8px 0px;
	font-weight: bold;
	font-size:	17px;
	color: red;
}


h2
{
	margin: 10px 0px 8px 0px;
	font-weight: bold;
	font-size:	13px;
	color: red;
}


h3
{
	margin: 10px 0px 8px 0px;
	font-weight: bold;
	font-size:	11px;
	color: red;
}



/* Länkattribut */
a:link {color: #000066; text-decoration: none; font-weight: bold;}
a:visited {color: #000066; text-decoration: none; font-weight: bold;}
a:hover { color: text-decoration: none; font-weight: bold; color: #306030; text-decoration: underline; }
a:active {text-decoration: none; font-weight: bold; text-decoration: underline; }



/* Färgattribut */
h1, h2, h3, h4, h5, h6
{
	color: #990022;
}


/* Fontattribut */
body, p, td, th, h1, h2, h3, h4, h5, h6, li, input, textarea, button, select
{
	font-family: verdana, arial, tahoma, sans-serif;
}
body, p, td, th, li, p, input, select, button, textarea
{
	font-size: 11px;
}

th
{
	text-align: left;
	vertical-align: top;
}

/* Klasser */

*.newsDateLabel
{
	font-size: 9px;
	font-weight: normal;
	color: #777777;
}

*.newsHeadline
{
	font-weight: bold;
}


*.body
{
	padding: 10px 20px;
}

*.preAmble
{
	font-weight: bold;
}

*.links, *.links a, *.links a:visited, *.links a:active
{
	font-family: Tahoma, Verdana, Arial;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
*.links a:hover
{
	font-family: Tahoma, Verdana, Arial;
	color: #ff0000;
}
*.row
{
	 background-color: #ccccdd;
}

*.menu
{
	margin: 0px;
}

