body {
    font-family: Helvetica, Verdana, Times;
}

div.hovedtekst {
	font-size: 17px;
	width:800px;
	overflow-wrap: break-word;
    word-wrap: break-word;
}

div.graphdiv {
	width:500px;
	height:300px;
}

table.linktable {
	width:500px;
	text-align:center;
}
a {
    color: black;
}
a:hover {
    color: #19B0DE;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 16px;
}