﻿
/* Används för första rubriken / ingressen */	
h1 
{
   display:inline;
   font-family:Georgia, Times New Roman,sans-serif;
   font-size:24px;
   color: #000000; 
   font-weight:normal;
   line-height:28pt;
}
.InfoText
{
   font-family:Georgia, Times New Roman,sans-serif;
   font-size:14px;
   color: #000000;       
}
.BlogCommentTable
{   
   padding:0px;
   font-family:Georgia, Times New Roman,sans-serif;
   font-size:11px;
   color:#333333;    
   background-color: #B4EAF0;
   border: solid 1px;
   border-color: #888888;
} 
.BlogInput
{
   border-right: 1px solid;
   border-top: 1px solid;
   border-left: 1px solid;
   border-bottom: 1px solid;
   border-color: #888888;
   background-color: #ffffff;
   font-size: 11px;   
   font-family:Georgia, Times New Roman,sans-serif;   
}
.BlogCommentHeadline
{
   font-family:Georgia, Times New Roman,sans-serif;
   font-size:14px;
   color: #000000;       
}

.BlogCommentText
{
   font-family:Georgia, Times New Roman,sans-serif;
   font-size:11px;
   color: #000000;       
}

.BlogDate
{
   font-family:Georgia, Times New Roman,sans-serif;
   font-size:11px;
   color: #888888;       
}