/*********************************************************************
 ****************************** stil.css *****************************
 *********************************************************************
 * This file defines the look of the pages with 
 * <LINK HREF="stil.css" rel="stylesheet" TYPE="text/css"> in header
 *********************************************************************/ 

	body {	font-family: verdana; 
	font-size: 10px;
	background-color:black;
	}

	
	.vanlig {	font-family: verdana; 
	font-size: 10px; 
	background-color:#8D273D;
	}

	.vitbakgrund {	font-family: verdana; 
	font-size: 10px; 
	background-color:white;
	}

	.IQSlogo {font-size:22pt; font-family:verdana;}	/*Defines the style of the over head logo*/
	.toplogo {background-image: url(bilder/topprel.jpg);}  /*Defines what picture used in background of over head logo*/	
	.fade {background-image: url(bilder/fade.jpg);}
	a.white { color: white; } /*Class that make links black in all cases where it is used*/

		
	TD {font-size: 10px; font-family: verdana;} /*sets the font in tables*/
	A {color: #000000;} /*takes away underlining of links*/

