﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 140%;
}

a
{
	color: #000000;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
}


.newcontent
{
	margin-left: 20px;
	margin-top: 20px;
	width: 500px;
}
a:hover
{
    	color: #CC0033;
}

.newcontent div
{
	width: 100%;
	display: block;
}

.newcontent .h1, .newcontent .h2
{
	font-size: 14px;
	text-transform: uppercase;
	color: #666666;
	margin: 0px;
}

.newcontent .h1
{
	width: 150px;
	height: 64px;
	margin-bottom: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url('pic/lblogga.gif');
}

.newcontent .h2
{
	font-style: italic;
}

.newcontent .text
{
}

.newcontent .text ol, .newcontent .text ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.newcontent .divider
{
	margin: 20px 0px 20px 0px;
	font-size: 0px;
	line-height: 0px;
	background-color: #000000;
	height: 1px;
}

em
{
	color: #666666;
}
em:hover
{
    	color: #CC0033;
}
