/* Særlige typos i importerede css's */

BODY {
	font-family: Helvetica, sans-serif, Arial;
	font-size: small;
	background: #eee;
	background-color: #fff;
	padding: 0px;
}

TD  { 
	font-family: Helvetica, sans-serif, Arial; 
	font-size: small;
}

A:link {
  	color: #990000;
	font-size: small;
  	text-decoration: none;
  	font-family: Helvetica, sans-serif, Arial;
}

A:visited {
  	color: #660000;
	font-size: small;
  	text-decoration: none;
  	font-family: Helvetica, sans-serif, Arial;
}

A:active {
  	color: #990033;
	font-size: small;
  	text-decoration: none;
  	font-family: Helvetica, sans-serif, Arial;
}

A:hover {
  	color: #ccc;
	font-size: small;
  	text-decoration: none;
	background: #900;
  	font-family: Helvetica, sans-serif, Arial;
}

H1 { 
	font-size: large; 
	font-weight: bold;
 	color: #333333;
  	font-family: Helvetica, sans-serif, Arial;
}

H2 { 
	font-size: medium; 
	font-weight: bold;
  	color: #333333;
  	font-family: Helvetica, sans-serif, Arial;
}

H3  { 
	font-size: small; 
	font-weight: bold;
  	color: #333333;
  	font-family: Helvetica, sans-serif, Arial;
}



ol { 
  	font-family: Helvetica, sans-serif, Arial; 
	font-size: small;
  	color: #000000;
}

UL  { 
	color: #000000; 
	font-family: Helvetica, sans-serif, Arial; 
	font-size: small;
	list-style-image: url(ring72.png);
}

.logotxt {
	font-size: 20pt;
	font-weight: bold;
	color: #333333;
	text-shadow:#666666;
	text-decoration: none;
	font-family: monospace, Courier, "Courier New" ;
	text-align: right;
}
