<!-- texts.css 02/08/02 -->
<!-- Benyttes af alle page siderne til at fastsætte en række standarder med -->

body
{
	font-family: MS Sans Serif, Geneva, sans-serif;
	font-size : 13;
}

table
{
	font-size : 13;
}

a
{
	text-decoration: none;
}

a#warning
{
  text-decoration: underline;
color: Red;
}

a:hover
{
	color: Red;
}


H5
{
  margin-bottom: 5px;
}



