body {  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: black; 
	background-color: white;  
	font-size : 9px;
}
th {  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: black; 
 	font-size : 14px; 
	background-color: #F6E5BC;  
	bordercolor="#008000";
}
td {  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: navy; 
 	font-size : 12px; 
}
h1{font-family:Arial, Verdana,Helvetica; font-size:17pt; color:Navy;} 
h2{font-family:Arial, Verdana,Helvetica; font-size:14pt; color:Navy;} 
h3{font-family:Arial, Verdana,Helvetica; font-size:9pt; color:green;}
h4{font-family:Arial, Verdana,Helvetica; font-size:9pt; color:red;}
h5{font-family:Arial, Verdana,Helvetica; font-size:9pt; color:Navy;}
h6{font-family:Arial, Verdana,Helvetica; font-size:8pt; color:black; }



A:LINK {
	text-decoration : none;
	font-weight : bold;
	color : green;

}

A:VISITED {
	text-decoration : none;
	font-weight : bold;
	color : green;

}
A:ACTIVE
 {
	text-decoration : underline;
	font-weight : bold;
	color : olive;

}

<!-- dentro i pulsanti -->
.nyhetsrubrik
{
	font-size : 12px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: blu;
	}
	
.linje
{
	border-bottom-style : dashed;
	border-bottom-width : 1px;
	border-left-style : none;
	border-right-style : none;
	border-top-style : none;
	border-bottom-color : #555555;
}
.inmatning {
background: #ffffff;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
	border-top: 1px solid #555555;
	color: #9900ff;
	cursor: hand; /* for IE */
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	overflow: hidden;
}

.underrubrik {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	
}
.inlagg {
padding: 5px;
	border: 1px dashed #555555;
	color : #555555;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 10px;
	overflow:auto;
	background-color: #F1F4F8;
}
.input		
{

	
	color : #3366CC;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 10px;
	background-image: url(menybg.gif);
	background-repeat: repeat-x;
	border: 1px solid #555555;
}


