/* Start of CMSMS style sheet 'Lisebirkeland: text' */
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 0.8em;
}

H1 {
   font-size: 2em; /* font size for h1 */
   color: #4f744f; 
   line-height: 1em;
   padding-bottom: 0.5em;
}
H2 {
   color: #4f744f; 
   font-size: 1.5em; 
   line-height: 1em;
   padding-bottom: 0.5em;
}
H3 {
   color: #4f744f; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
H4 {
   color: #4f744f; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

box {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 80%;
   color: #333333;
   line-height: 1.3em;
   margin: 0 0.5em 0.25em 0;
}

a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: underline;
   color: #0054ff;

}
/* End of 'Lisebirkeland: text' */

