BODY, TABLE, TD, TR {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-style : normal;
	font-variant : normal;
}

H1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : large;
	font-style : normal;
	font-variant : normal;
}

.menu
{
	cursor : pointer;
	text-decoration : none;
	color : Blue;
	font-size : xx-small;
}

A:ACTIVE, A:LINK, A:VISITED {
	text-decoration : none;
	color : Blue;
}

A:HOVER {
	background-color : #cccccc;
}

.form
	{  
	border-style: solid; 
	border-width: 1; 
	font-family: tahoma; 
	font-size: 10pt;
	padding-left: 4; 
	padding-right: 4; 
	padding-top: 1; 
	padding-bottom: 1
	}

.tabell
	{ 
	border-collapse: collapse; 
	border-style: solid; 
	border-width: 1; 
	padding-left: 4; 
	padding-right: 4; 
	padding-top: 1; 
	padding-bottom: 1
	}