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

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

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

/* NEW GLOBAL CLASSES */
.heading { font-size: 232%; font-weight: bold; color: #333; text-transform: uppercase; letter-spacing: 1px; }
.smallheading { font-size: 15px; color: #294c5c; 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: Arial; font-size: 15px; color: #676767; line-height: 20px; margin-bottom: 15px; display: block; }

img { border: 0; }
