﻿/* her legges css klasser som skal være tilgjengelig i rad-editor */


body 
{
	margin:0;
	padding: 0px 0 0 0;
	background-color: #ffffff;
	font-size:12px;
	font-family: Georgia, Times New Roman;
    color:#0e3c1a;
}


h1
{
font-size: 20px;
color: #0e3c1a;
font-weight: normal;
}

h2
{
font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'sans-serif';
font-weight: bold;
font-size: 11px;
color: #0e3c1a;
margin: 0;
padding: 0;

}


.ingress
{
color: #631719;
font-size: 15px; font-style: italic;
padding: 10px 0;
}

.hideMe {
    visibility: hidden;
}
