html
{
	width:				100%;
	height:				100%;
	margin:				0px;
	padding:			0px;
}

a 
{
	text-decoration:	 none;
	font-size:			11pt;
	color:				#0E33CC;
}
a:hover 
{
	text-decoration:	none;
	color:				#E91200;
}
A:active 
{
	color:				red;
}
A:visited 
{
	color:				#0106DD;
}

body
{
	margin:				0px;
	padding:			0px;
	width:				100%;
	height:				100%;
	font-family:		Arial, Verdana;
	font-size:			11pt;
	background-color:	#EEEEEE;
}

img
{
	border:				0px;
}

#logo
{
	position:			relative;
	top:				5%;
	text-align:			center;
}

#tekst
{
	position:			relative;
	top:				5%;
	text-align:			center;
}