head{
display: none;
}

html{
display: block;
background-color: #f6f6f6; 
}

* {
margin: 0;
padding: 0;
}

body{
display: block;
background-color: #f6f6f6; 
font-size: 100%;
line-height: 120%;
font-family: Georgia, "Times New Roman", Times, serif;
}

div {
display: block;
border-style: dotted;
border-color: #666666;
border-width: 0px; /*** to show divs ***/
padding-left: 15px;
}

#sida {
width: 100%;
text-align: center;
padding-left: 0;
}

#inneh {
width: 48em;
width: 75%;
/* text-align: left; */
padding-left: 0;
margin-left: auto;
margin-right: auto;
background-color: #c3efff;
background-color: #f6f6f6; 
}

#huvud {
float: left;
width: 100%;
text-align: center;
margin-left: auto;
margin-right: auto;
border-bottom-width: 1px;
border-style: solid;
border-color: #003399;
padding-left: 0;
/* padding-left: 125px; '/
/* picture: 243px */
/* width: 546px; */
}
/* The following overrides the previous in MSIE */
/* * html #huvud {  */        /* MSIE box model hack */
/* padding-right: 287px; */   /* MSIE box model hack */
/* width: 655px; */           /* MSIE box model hack */
/* } */                       /* MSIE box model hack */

#vspalt {
float: left;
width: 15%;
/* background-image: url("kant.gif");
background-repeat: repeat-y;
padding-left: 9px;
padding-right: 0;
padding-bottom: 4em;
margin-top: 4em; */
padding-top: 0.5em;
padding-bottom: 0.5em;
margin-left: auto;
margin-right: auto;
font-size: smaller; /*** smaller = ca 85% ***/
text-align: left;
line-height: 110%;
font-weight: bold;
}
#vspalt a {
color: #666666;
}

#mitten {
text-align: left;
float: left;
width: 60%;
padding-right: 10px;
margin-left: auto;
margin-right: auto;
}

#hspalt {
float: left;
width: 15%;
/* background-image: url("kant.gif");
background-repeat: repeat-y;
padding-left: 9px;
padding-right: 0px;
padding-top: 11em;
padding-bottom: 4em; */
margin-top: 4em;
margin-left: 5px;
margin-right: 0px;
font-size: smaller; /*** ca 85% ***/
font-weight: normal;
font-style: normal;
color: #999999;
text-align: left;
text-indent: -0.5em;
line-height: 110%;
overflow: visible;
}
#hspalt p {
padding:0;
margin:0 0 0 0.5em;
}

#fot {
float: left;
width: 100%;
text-align: center;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-style: solid;
border-color: #003399;
padding-left: 0;
}

h1, p, blockquote{
display: block;
margin-left: auto;
margin-right: auto;
}

h1{
font-size: 150%;
font-size: 200%;
line-height:100%;
font-weight: normal; 
text-align: center;
padding: 0.2em;
background: #cccccc;
margin-top: 1em;
margin-bottom: 0.75em;
}

p {
margin-top: 1em;
margin-bottom: 1em;
margin-left: auto;
margin-right:auto;
}

hr {
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: auto;
margin-right:auto;
}

blockquote{
border-style: dotted;
border-color: #cccccc;
border-width: 0 0 0 3px;
padding-left: 0.5em;
}

img {
vertical-align: middle;
border: none;
}

cite{
font-style: italic;
}

code {
font-family: "Courier New", courier, monospace;
}

strong {
font-weight: bold;
font-size: smaller; /*** ca 85% ***/
color: #003399;
}

a {
	color: blue; 
	text-decoration:none;
	font-weight: bold;
	}
a:visited {
/* color: #003399; = base color */ 
	color: #0000c0; 
	text-decoration:none;
	}
a:hover {
	color: #990099; 
	text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
	}
span.u{
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
