body { font-family: Tahoma, Geneva, sans-serif;}

input { 
	border-bottom-style:solid; 
	border-color:#666; 
	border-width:1px;
} 
div.content p {
	font-size: 14px;
	line-height: 1.4;
	color: #000;
	}

div.content h1 {
	font-size: 20px;
	color: #7ab51d;
	margin-bottom: 20px;
	}

div.content h2 {
	font-size: 18px;
	color: #36a3ca;
	margin-bottom: 10px;
	}
div.content h3 {
	font-size: 16px;
	font-weight: bold;
	font-style:italic;
	color: #36a3ca;
	margin-bottom: 10px;
	}
div.content strong {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	}
div.content em {
	font-size: 14px;
	font-style:italic;
	color: #000;
	}
div.content a {	
	color: #36a3ca;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	}
	
div.content ul {
	font-size: 14px;
	display: list-item;
	margin-left: 25px;
	line-height: 1.2;
	}
	
	div.content ul li{
		list-style: disc;
		}

div.content ol {
	font-size: 14px;
	display: list-item;
	margin-left: 25px;
	line-height: 1.2;
	}
	
	div.content ol li {
		list-style: decimal;
		}

div.content img { margin: 5px 5px;}

div.content a:link {color: #36a3ca;}
div.content a:visited {color: #36a3ca;}
div.content a:hover {color: #36a3ca;}
div.content a:active {color: #36a3ca;}

#featured_left h1{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	display: inline;
	}
	
	#featured_left h2{
		font-size: 14px;
		font-style: oblique;
		padding-left: 15px;
		color: #fff;
		display: inline;
		}

p.featuredteksts{
	font-size: 12px;
	color: #000;
	}

p.featuredteksts strong{ 
	font-size: 12px;
	font-weight: bold;
	color: #000;
	}

a.featuredlinks{
/*	float: right; */
	font-size: 14px;
	text-decoration: none;
	color:#000;
	}

a.featuredlinks:link{ color:#fff;}
a.featuredlinks:visited{ color:#fff;}
a.featuredlinks:hover{ color:#000;}
a.featuredlinks:active{ color:#fff;}


#footercontent p {
	font-size: 10px;
	color: #999;}
#footercontent a {
	text-decoration: none;
	}
#footercontent a:link{ color:#999;}
#footercontent a:visited{ color:#999;}
#footercontent a:hover{ color:#000; text-decoration: underline;}
#footercontent a:active{ color:#999;}


