/* GENERIC TABLE / BODY STYLE */
body {
	font-family: "Trebuchet MS", sans-serif;
	color: #333;
}

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

/* STANDARD LINKS */
a:link, a:visited { color: #00447c; text-decoration: none; }
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; margin: 0 0 12px 0; }
.smallheading { font-size: 108%; 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: 77%; }
.small-text-color { font-size: 77%; color: #00447c; }

img { border: 0; }
