html, body { 
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
}

a:link { 
  text-decoration: none;
  color:#09F; 
}
a:visited { 
  text-decoration: none;
  color:#09F;  
}
a:hover { 
  text-decoration: underline;
  color:#F00;  
}
a:active { 
  text-decoration: none;
  color:#09F; 
}

.swedish {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: #0066CC;
}

.english {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: #FF0000;
}
.HeadingSwe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #6699CC;
	font-style: normal;
}
.HeadingEng {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FF9999;
	font-style: normal;
}
.Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	font-style: normal;
}
.Heading2Swe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #6699CC;
	font-style: normal;
}
.Heading2Eng {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FF9999;
	font-style: normal;
}
.Dash {
	border-bottom: 1px dashed;
}

.EventHeadline {
	width: 280px;
	font: 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-style: normal;
	border-top: 1px dashed;
	border-bottom: 1px dashed;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0 0 0 0;
}
