body {	font-family: "Times New Roman", Times, serif; 
		font-size: 10pt;  
	}

	

/* Länk styles */
a { color: #000000;
	font-weight: bold;
	text-decoration: none; 
	}

a:hover { text-decoration: underline; }

.textlink { display: block; 
			text-indent: 0;}
/* Rubrik styles */			
h2 {margin-bottom: 0px; font-family: Verdana, Arial, sans-serif; }

#news h2 { 	font-family: Arial, verdana, sans-serif; 
			text-align: center; 
		 }
/* Text styles */
#news{  width: 200px;
     	background: #D7D7D7;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 10px;
		padding-right: 10px;		
	}

		 
#content p { text-indent: 10px; }
#content p:first-letter { font-weight: bold; }
