/* Anneli Andersson 2004*/
	/* Länk */
a:link       {
	color: #FFFFFF;
	text-decoration: none;
}
	/* Besökt länk */
a:visited    {
	color: #FFFFFF;
	text-decoration: none;
}
	/* Aktiv länk */
a:active     {
	color: #FFFFFF;
	text-decoration: none;
}
	/* effekt för länk */
a:hover      {
	color: #FFFFFF;
	text-decoration: none;
	text-decoration: underline;
}
	/* Bakgrund, text och färg */
body         {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size : 11 px;
	background-color: #000000;
	scrollbar-base-color: #000000; 
	scrollbar-track-color: #000000; 
	scrollbar-arrow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #696969;
	scrollbar-shadow-color: Gray;
	scrollbar-3dlight-color: Black;
	scrollbar-face-color: #FFFFFF;
}
	/* Tabellens egenskaper */
table        {
	color: #FFFFFF;
	font-size : 11 px;
	background-position : center;
	
}
	/* cellernas egenskaper */
td           {
	font-size : 11 px;
}
	/* Rubrik 1 */
h1           {
	color: #FFFFFF;
	font-size: 32 px;
	font-family: Ignacious,  Times New Roman;
	margin: 1 px;
}
	/* Rubrik 2 */
h2           {
	color: #FFFFFF;
	font-size : 20 px;
	font-family: Ignacious,  Times New Roman;
	margin : 3 px;
	}
	/* Rubrik 3 */
h3           {
	color: #FFFFFF;
	font-size: 11 px;
	font-weight: bold;
	margin: 1 px;
}
	
input        {
	font-family: Verdana;
	font-size: 10px;
	border-width: 1px;
	border-color: #FFFFFF;

}

textarea   {
	font-family: Verdana ; 
	font-size: 10px ; 
	border-width: 1px ; 
	border-color: #FFFFFF; 
}

select       {
	font-family: Verdana ; 
	font-size: 10px ; 
	border-width: 1px ; 
	border-color: #FFFFFF; 
}

 .nytt	{
	font-size: 10px;
}
/* Anneli Andersson 2001*/
