body       { 
	font-family : Helvetica, Verdana, "Trebuchet MS", "Lucida Sans Unicode", sans-serif; 
	font-size : 12px;
  color : #000;
	background-color : #FFFACD; /* Bakgrundsfärg på hela sidan */
}
p {
	font-family : Helvetica, Verdana, "Trebuchet MS", "Lucida Sans Unicode", sans-serif; 
	font-size : 12px; /* Storleken på texten */
  text-align : justify;
}
h2 {
	font-family : Verdana, "Trebuchet MS", "Lucida Sans Unicode", sans-serif; 
	font-size : 14px; /* Storleken på texten på rubriker */
}
h2.stora {
	font-family : Verdana, "Trebuchet MS", "Lucida Sans Unicode", sans-serif; 
	font-size : 14px; /* Storleken på texten på rubriker */
	text-transform : uppercase;
}
h3 {
	font-family : Verdana, "Trebuchet MS", "Lucida Sans Unicode", sans-serif; 
	font-size : 12px; /* Storleken på texten på rubriker */
}
h3.stora {
	font-family : Verdana, "Trebuchet MS", "Lucida Sans Unicode", sans-serif; 
	font-size : 12px; /* Storleken på texten på rubriker */
	text-transform : uppercase;
}
A:link {
  text-decoration : underline;
  color : #000;
} 
A:visited {
  text-decoration : underline; 
  color : #000;
} 
A:active {
  text-decoration : underline;
  color : #000;
} 
A:hover {
  text-decoration : none;
  color : #006;
}
.placQuote A:link {
  text-decoration : underline;
  color : #900;
} 
.placQuote A:visited {
  text-decoration : underline; 
  color : #900;
} 
.placQuote A:active {
  text-decoration : underline;
  color : #900;
} 
.placQuote A:hover {
  text-decoration : none;
  color : #006;
}
strong {
	font-weight : bold;
}
em {
	font-style : italic;
}
.center {
	text-align : center;
}
.fet {
	font-weight : bold;
}
.snett {
	font-style : italic;
}
.webmasterpre {
  font-weight: bold;
  color : #C99;
  font-size : 0.8em;
}
.webmastertext {
  font-size : 0.9em;
}
.placRutan {
	position : absolute;
	left : 50%;
	margin-left : -260px;
	width : 520px;
	z-index : 0;
}

.manuscript {
  font-weight : bold;
  color : #FFFACD;
}
.inline  {
  display : inline;
  border-left : 1px solid #990000;
}
.inlinelast {
  display : inline;
  border-left : 1px solid #990000;
  border-right : 1px solid #990000;
}
