/* 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: #64aec0; text-decoration: none; }
a:hover { color: #999; text-decoration: underline; }

/* NEW GLOBAL CLASSES */
.heading { font-size: 341%; font-weight: bold; color: #243d51; /*text-transform: uppercase;/**/ letter-spacing: 1px; margin: 0 0 10px 0; }
.smallheading { font-size: 167%; font-weight: bold;  }
.smallheading1 { font-size: 167%; font-weight: bold; color: #7390a1; } /* blå */
.smallheading2 { font-size: 167%; font-weight: bold; color: #243d51; } /* dypblå/lilla */
.smallheading3 { font-size: 167%; font-weight: bold; color: #639015; } /* grønn logofarge */ 
.small_text { font-size: 77%; }
.small_text_color { font-size: 77%; color: #639015; }

img { border: 0; }