/* BILLEDE.CSS  © Carsten Breschel 2001

Created: 23.01.2001
Author: Carsten Breschel


<< DET ER IKKE NØDVENDIGT AT RETTE I DENNE FIL >>
<< alle tilpasninger skal foretages i oversigt.html >>

- Farven på link attributterne sættes i oversigt.html -
*/

a:link {
	text-decoration: none ;
	font-weight: bold ;
	}
a:active	 {
	text-decoration: none ;
	font-weight: bold ;
	}
a:visited {
	text-decoration: none ;
	font-weight: bold ;
	}
a:hover {
	text-decoration: none ;
	font-weight: bold ;
	}

body	{  
	font-family: Verdana, Arial, Helvetica, sans-serif ; 
	font-size: 9pt ;
	}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif ; 
	font-size: 9pt ;
	}

td	{
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 9pt ;
	}
