.kantlinje	{
		border: #003366;
		border-style: dotted;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px
		}
		
.kantlinje1	{
		border: dashed; 
		border-width: 1px 0px; 
		border-color: #003366;
		font-family: verdana;
		font-size: 10px
		}
		
body	{
		background-color:#silver;
		font-family: verdana;
		font-size: 12px
		}

table	{	
		background-color: silver;
		font-family: verdana;
		font-size: 12px
		}

tr	{
		background-color: silver;
		font-family: verdana;
		font-size: 12px
		}
		
td	{
		background-color: silver;
		font-family: verdana;
		font-size: 12px
		}
		
a:link		{
		text-decoration: none; color: #CC3333
		}
		
a:visited	{
		text-decoration: none; color: #CC3333
		}
		
a:active	{
		text-decoration: none; color: #CC3333
		}
		
a:hover		{
		text-decoration: underline overline
		}