BODY	{	background-color: white;
		}

H1		{	font: 24px Arial;
			color: black;
		}
.specialHR {	size: 2;
   		        color: RGB(90,90,255);
		   }
A		{	color: darkblue;
			text-decoration: none;
		}
A:visited {	color: darkblue;
			text-decoration: none;
		}
A:hover	{	color: darkblue;
			text-decoration: underline;
		}
.opslag {   background-image: url("/images/tn_538_gif.jpg");
			repaet:repeat
		}
.border	{	background-color: black;
		}
.menuBorder {	background-color: black;
			  }
.menuBaggrund {	background-color: RGB(244, 238, 198);
			  }
.menuTitel { font: 16px Arial;
	  		 font-weight: bold;
		   }
.menuHR {	size: 1;
   		    color: RGB(200,190,150);
		}		   			  
.titel	{	background-color: RGB(115, 180, 107);
			font: 12px Arial;
	  		font-weight: bold;
		}		
.TDbaggrund	{	background-color: #EEEEEE;
			font: 12px Arial;
	  		font-weight: bold;
		}		
.storText { font: 14px Arial;
		  	font-weight: bold;
		}
.input	{	border-style: double;
	   		background-color: white;
			border-color: black;
			font: 14px Arial;
		}
.text	{	font: 12px Arial;
	  		font-weight: bold;
		}
.thinText {	font: 12px Arial;
		  }		
.smallText	{	font: 10px Arial;
	  		font-weight: bold;
		}		
.text2 	{	font: 10px Arial;
	   		font-weight: bold;
			background-color: white;
			valign: bottom;
		}
.button {	border-style: double;
			border-color: black;
			font: 14px Arial;
		}
.error	{ 	font: 12px Arial;
	   		font-weight: bold;
			color: red;
		}