/* Default font & background-color */
* {
	background-color: transparent;
	color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration : none;
}

BODY	{
	background-color: #E60000;
}
input {
	/* Måste sätta textfärg för textbox */
	color: Black;
}

table	{
	margin-bottom: 0px;
	margin-top: 0px;
}

a:hover	{
	font-weight : bold;
}

.Dold {
	display: none;
	margin-bottom: 0px;
	margin-top: 0px;
}
