

blockquote {
	background: url(../images/quote.gif) no-repeat;
	background-position:left top;
	color: #555;
	display: block;
	font: bold 1.2em "Trebuchet MS",serif;
}


.Scrabblet_Text_Block
{   
	color: #555;
	display: block;
	border: 1px solid #F0F0F0;
	border-left: 6px solid #D91623;/*viser rød strek til venstre*/
    	background-image: url(../images/bgcode.gif);
	font: normal 1em "Lucida Sans Unicode",serif;
	list-style-type: none;
	padding-left: 22px;
	background-color:#3166aa;/*082955;*/
	width:700px;
	height:20px;
	}


/* content */ 
.content 
{
	font: normal 0.7em Tahoma,Verdana,sans-serif;
	color: #444;
	font-family: Verdana,sans-serif;
	margin: 0 10px 10px; 
border: solid 1 px black;	
	width: 700px;
}
.content h1 {
	color: #444;
	font: normal 2em sans-serif;
}

.content #Utvikling {
	margin-left:30px;
}

.content a {
	color: #FD1C24;
	}

.content p {
	margin: 4px 0 10px 0;
	}


.content li {
	list-style: url(../images/li.gif);
	margin-left: 28px;
}

