/* 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;
	font-weight: bold;
}
	/* 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;
	background-image: url(images/mixedbakgrund.gif);
	background-position: center;
	background-repeat: no-repeat;
	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 : 10 px;
}
h4           {
	color: #FFFFFF;
	font-size: 10 px;
	font-style: italic;
}
	
input        {
	font-family: Verdana; 
	font-size: 10px ; 
	border-width: 1px ; 
	border-color: #000000; 

}

textarea   {
	font-family: Verdana ; 
	font-size: 10px ; 
	border-width: 1px ; 
	border-color: #000000; 
}

select       {
	font-family: Verdana ; 
	font-size: 10px ; 
	border-width: 1px ; 
	border-color: #000000; 
}

vykort.		{
	border-color: #FFFFFF;
	border-width: 1px;
}
 
/* Anneli Andersson 2001*/

