/* 
If you want to use this CSS file (ensure that it's free for everyone), you must know that
++
I defined List style in the sections Body, Td and P..., but this property doesn't allow sub-values on Netscape 4
++
Property HR Height doesn't exist on Netscape 4
++
I comment out the background properties, but it's recommended to add background color for all items, too

Copyright © 2001 - 2002 Mino Studio
www: http://home5.swipnet.se/~w-52253/
E-mail: mailto:mino.studio@swipnet.se
*/

BODY {
	background : #FFFFFF;
	font : normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration : none;
	list-style : disc outside;
}

TD {
	/*background : #FFFFFF;*/
	font : normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration : none;
	list-style : disc outside;
}

P {
/*	background : #FFFFFF;*/
	font : normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration : none;
	list-style : disc outside;
}

HR {
	color : #FF0000;
	height : 1pt;
}
H1 {
/*	background : #FFFFFF;*/
	font : normal bold 26px Arial, Helvetica, sans-serif;
	color : #333333;
	text-decoration : none;
		
}

/* Here comes Classes */
.infomation {
/*	background : #FFFFF0;*/
	color : #990000;
	font : normal 11px italic "Times New Roman", Times, serif;
}

.infoheader {
	background : #0033CC;
	/* font bold works Netscape, but not IE*/
	font : bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	text-decoration : none;
}

.infocontents {
	font : normal 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration : none;
}

.presentation {
    	/* font bold works Netscape, but not IE*/
	font : bold 16px Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration : none;
}

.gohere {
	font : normal 9px Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration : none;
	background : #CCFFFF;
}

.rubrik {
		/* font bold works Netscape, but not IE*/
	font : bold 12px Arial, Helvetica, sans-serif;
	color : #990000;
	text-decoration : none;
}

.rubrik2 {
		/* font bold works Netscape, but not IE*/
	font : bold 10pt Arial, Helvetica, sans-serif;
	color : #0000CD;
	background : #C0C0C0;
	text-decoration : none;
}

a:active {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
  	text-decoration: underline overline;
  	background-color: #FFFF00;
}
a:link {
	color: #000099;
  	text-decoration: underline;
}
a:visited {
	color: #666666;
}


.pagetitle {
	/*	background : #FFFFFF;*/
	color : #000099;
	font : 600 20px Arial, Helvetica, sans-serif;
	text-decoration : none;
	text-indent : 10pt;
}
