/* 31/10 2002 */
h1	{font-size    : 18pt}
h2	{font-size    : 16pt}
h3	{font-size    : 14pt}
h4	{font-size    : 12pt;
     font-weight  : bold}
.bold   {font-weight : bold} 	    /* ellers plain */
.center {text-align  : center}
.right  {text-align  : right}
.left   {text-align  : left}
a:link	{color       : #0000EE} 	/* mørkeblå, ikke  besøgt link */
a:visited{color      : #0000FF}		/* coboltblå, besøgt link */
a:hover	{color       : #FFFFFF} 	/* sort, hvor markøren nu er*/
a:active{color       : #CC0000}		/* terracotta, link der er klikket på */
body	{font-family : arial,sans-serif;
    	font-style    : normal;		/* ellers italic */
		background-repeat: no-repeat;			   /* vises kun 1 gang */
/*		background-scroll: no-scroll;  */
.ramme	{border="3" bordercolor="#00fa83"} /*ramme til table*/
