body
{
	margin-top: 0;
	margin-bottom: 0;
}

.dash
{
    border-bottom:1px dashed #DEE7EE;
}

.right
{
    border-right:1px dashed #DEE7EE;
}

td
{
	font-family: Times New Roman;
	font-size: 12;
	font-weight: normal;
	color: #6E7A83;
}

.overskrift
{
	font-family: Times New Roman;
	font-size: 25;
	font-weight: normal;
	color: #4A4F70;
}

input
{
	color: #000000;
	font-family: verdana;
	font-size: xx-small;
	font-weight: normal;
	border-width: 1px;
	border-color: #000000;
}

textarea
{
	color: #1A2990;
	font-family: verdana;
	font-size: xx-small;
	font-weight: normal;
	border-width: 1px;
	border-color: #1A2990;
}

a
{
	color: #6E7A83;
	font-family: Times New Roman;
	font-size: 12;
	font-weight: normal;
	text-decoration: none;
}

a:hover
		{
		color:			#e38cbb;
		text-decoration:	none;
		font-weight:		none;
		}

