﻿

h1         {

		font-family:"Trebuchet MS", sans-serif;
		font-size: 24px;
		color: #99002F ; 
		text-align: center;
		}

h2         { 
		font-family: "Trebuchet MS", sans-serif;
		font-size:18px;
		color: #000000;   
		}
h3         { 
		font-family: "Trebuchet MS",
		sans-serif;
		font-size:18px;
		color: #008C7E;
		margin-top:0px
		}

h5      { 
		font-family: "Trebuchet MS", sans-serif;
		font-size:16px;
		color: #99002F 
		}


p, li {
		font-family: "Trebuchet MS", sans-serif; 
		font-size: 15px;
		color: #000000;
		}

.hvid {
		color: #333366;
		font-family:"Trebuchet MS", sans-serif;
		color: #fbffef; 
		}

.lille { 
		font-size: 11px; 
		padding-right:10px
		}

	a {
		color: #000000;
	}

a:hover {
		text-decoration: underline;
		color: #99002F
		}

a:visited {
		color: #666666;
}


.box {
	width: 250px;
	float: left;
	padding: 10px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	border-top: 6px solid #008C7E;
	border-left:1px solid #008C7E;
	border-right: 1px solid #008C7E;
	border-bottom: 6px solid #008C7E;

	}