/* Normal basic font is blue verdana on a white background 
Inga taggar skall ändras */

body{
	margin-left: 10px;
	margin-right: 4em;
	font-family: Verdana, Helvetica, sans-serif;
	color: #214273;
	}

H1 	{ 
	color:#c0c0c0; 
	font-family: Georgia, serif;
	text-align: center; }

H2, H3, H4 {
	color:#214273; 
}

P, TD, UL, LI{
	font-family: Verdana, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: normal;

}

/* Äldre sidtyp med maroon text mot pergament bakgrund 
Alla taggar förses med relevant CLASS="red" */

body.red{
	font-family: PalmSprings, Garamond, Times Roman, Cochin, serif;
	background-color: #FFFCF2;
	background: #FFFCF2 url(graphics/pergam.jpg); 
	margin-left: AUTO
	margin-right: 0em;
	color: #630;
}



.red{
	font-family: georgia, 'times new roman', times, serif; 
	line-height: 150%; 
	color: #630; 
    font-size: 10pt;
    font-weight: 700;
	margin-left: 30px; 
	margin-right: 30px; 
	text-align: justify;
	}

.sponsors{
	font-family: georgia, 'times new roman', times, serif; 
	line-height: 200%; 
	color: #630; 
    font-size: 10pt;
    font-weight: 700;
	margin-left: 30px; 
	margin-right: 30px; 
	text-align: center;
	}


A:link {color:#214273; text-decoration: none; font-weight: normal; font-size: x-small;}
A:active {color:#ff0000; text-decoration: none; font-weight: normal; font-size: x-small;}
A:visited {color:#849CAD; text-decoration: none; font-weight: normal; font-size: x-small;}
A:hover {color:#BF0524; text-decoration: underline; font-weight: normal; font-size: x-small;}

.banner{
	color:#214273; 
	text-decoration: none; 
	font-weight: normal; 
	font-size: xx-small; 
	text-align: center;
	}

.small{
	font-size: xx-small; 
	margin-left: 60px; 
	margin-right: 60px; 
	text-align: center;
	}


.smallfont{
	font-size: xx-small;
	}
