/* GENERIC TABLE / BODY STYLE */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ebebeb;
	margin: 0;
	padding: 0;
}

h1, h2, h3 { padding: 0; margin: 0; } /* Nullstiller */

/* STANDARD LINKS */
a:link, a:visited { color: #cd1041; text-decoration: none; }
a:hover { color: #999; text-decoration: none; }

/* NEW GLOBAL CLASSES */
.heading { font-size: 200%; font-weight: bold; color: #ebebeb; letter-spacing: 1px; }
.smallheading { font-size: 15px; color: #ebebeb; font-weight: bold;  }
.smallheading1 { font-size: 108%; font-weight: bold; color: #00447c; }
.smallheading2 { font-size: 108%; font-weight: bold; color: #aec22b; }
.smallheading3 { font-size: 108%; font-weight: bold; color: #c90039; }
.small-text { font-size: 85%; }
.small-text-color { font-size: 85%; color: #00447c; }
.leadparagraph { font-family: Verdana, Arial; font-size: 15px; color: #ebebeb; font-weight:bold; line-height: 20px; margin-bottom: 15px; display: block; }

img { border: 0; }