html, body {
	padding: 0 0 0 10px;	
	margin: 0;  
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:90%;
	background-attachment:fixed; 
	color:#333;
	scrollbar-face-color: #006600; 
	scrollbar-highlight-color: #006600; 
	scrollbar-shadow-color: #faf9cc; 
	scrollbar-3dlight-color: #faf9cc; 
	scrollbar-arrow-color: #faf9cc; 
	scrollbar-track-color: #003300; 
	scrollbar-darkshadow-color: #006600;
}
h1 {
	font-family:verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 15px 10px;
	padding: 15px 0px 0px 35px;
	font-size: 140%;
	text-align:left;
	background: url(/images/paw.gif) bottom left no-repeat;
	color:#009900;
	background-color:inherit;
}
h2 {
	font-size:105%;
	color:#006600;
	margin:2px 0 2px 10px;
}
p {
	padding:0 10px 0 10px;
	margin-top:2px;
}
p.logga {
	text-align:center;
}
p.close {
	text-align:right; 
	padding-bottom:20px;
}

.ingress {
	font-weight:bold;
}
.cursive {
	font-style:italic;
}
.links { 
	color: #006699;
	background-color:inherit;
}
a.links:link { 
	color: #006699;
	background-color:inherit;
	text-decoration: none;
}
a.links:visited { 
	color: #990099;
	background-color:inherit;
	text-decoration:none;
}
a.links:hover { 
	/*font-weight:bold;*/
	color: #990000;
	background-color:inherit;
	text-decoration: none;
	border-bottom: 1px dashed #990000;
}
a.links:active { 
	color: #990000;
	background-color:inherit;
	text-decoration: none;
	border-bottom: 1px dashed #990000;
}