a:link {
    color: blue;
    text-decoration: none;
}
a:hover {
    text-decoration: underline overline;
}
a:visited {
    color: blue;
    text-decoration: none;
}
.nolink a:link {
    color: black;
    text-decoration: none;
}
.nolink a:hover {
    text-decoration: none;
}
.nolink a:visited {
    color: black;
    text-decoration: none;
}
a {
    list-style-type: circle;
}
c {
    list-style-type: upper-roman;
}
body {
    /*font-family: "Times New Roman", Times, serif;
	font-family: Arial, Helvetica, sans-serif ;
    font-family: 'Open Sans', sans-serif;
    font-family: Futura, Trebuchet MS, Arial, sans-serif, monospace;*/
	font-family: Helvetica;
    background-image: url(../Pictures/backship2.jpg);
	background-size: auto;
	background-repeat: repeat;
	/*background-position: fixed; 
	background-color: lightblue;*/
	margin: 0;
    padding: 0;
    text-align: left;
    font-size: 1.1vw;
    width: calc(100vw - 34px);
}
h1 {
    font: bold;
    margin: 0;
    padding: 5px;
    font-size: 1.5vw;
	text-align: left;
}
.norrblom #mainContent a {
    text-decoration: none;
    text-indent: 10px;
    display: inline-block;
    color: #eeeeb7;
}
.norrblom #mainContent img.dimg {
    max-width: 5%;
    height: auto;
    /*background-color: white;*/
}
.norrblom #mainContent img.aimg {
    max-width: 20%;
    height: auto;
}
.norrblom #mainContent img.bimg {
    max-width: 100%;
    height: auto;
}
.norrblom #mainContent img.cimg {
    max-width: 80%;
    height: auto;
}
.norrblom #pindent {
    /* Indent whole paragraph */ 
    margin: 1.5em;
}
.norrblom #form {
    padding: 0 0 10px 0;
}
.norrblom #form table {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
/*.norrblom #mainContent svg {
	mix-blend-mode: screen;
	isolation: isolate;
}*/