﻿
p{ font-family: 'Trebuchet MS', 'Lucida Grande', Verdana; font-size: 13px; }
 p.red{ color: red; } 
 p.huvud{ color: #000080;  font-size: 15pt; }
 p.liten{ font-size: 8pt; }
 p.trebuchet { font-family: 'Trebuchet MS', 'Lucida Grande', Verdana; font-size: 11px; }

 
a:visited.nHON {
	COLOR: #ffffff
}
a:hover.nHON {
	COLOR: #ffffff
}
a:visited.n1 {
	COLOR: #336699
}
a:hover.n1 {
	COLOR: #6699cc
}
a:visited.n1ON {
	COLOR: #666666
}
a:hover.n1ON {
	COLOR: #6699cc
}
a:visited.n2 {
	COLOR: #336699
}
a:hover.n2 {
	COLOR: #6699cc
}
a:visited.n2ON {
	COLOR: #666666
}
a:hover.n2ON {
	COLOR: #6699cc
}
A:visited {
	COLOR: #966
}
A:hover {
	COLOR: #69c
}
A {
	COLOR: #369; TEXT-DECORATION: none
}

/*
Feel free to customize this CSS to fit your needs.
.alertBox, .error, and .msg only occur with an error type situation.
All the rest (.search_whatever) are specific to the search results. Just
search, view source and you'll see them in use.
*/

body{
	font-family: 'Trebuchet MS'; 
	
	}

.alertBox{
	background-color: #FFFFE0;
	border: 1px solid #0000FF;
	font-size: 1.0em;
	margin: 10px;
	padding: 2px;
	width: 70%;
}

.alertBox h1{
	color: #FFFFFF;
	font-size: smaller;
	margin: 0px;
}

.alertBox h1.errorHeader {
	background-color: #FF0000;
}

.alertBox h1.msgHeader {
	background-color: #008000;
}

.alertBox ul {
	margin: .8em;
	margin-left: 2em;
}

.error{
	color: #FF0000;
}

.msg, .search_fileSize, .search_truncatedMsg, .search_link, .search_hitCount {
	color: #008000;
	font-size: 13px;
}

.search_container{
	list-style-position: outside;
	list-style-type: disc;
	width: 400px;
}

.search_hitCount{
	font-size: smaller;
	font-size: 13px;
}

.search_summary{
	color: #000000;
	font-size: 13px;
}

.search_term{
	background-color: #F5F5F5;
	font-weight: bolder;
	font-size: 13px;
}

.search_title :link{
	color: #0000FF;
	font-size: 13px;
}

.search_truncatedMsg, .search_searchInfo {
	 
	 font-size: 13px;
}

