@charset "UTF-8";
/* CSS Document */

h1, h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
}

h1 {
font-size:12pt;
}

h2 {
font-size:10pt;
}

p, td, th, li, a {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10pt;
line-height:200%;
}

a {
color:#000000;
text-decoration:underline;
}

/* Internal links printed with root-URL */
a:after {
content: " <http://www.smartkort.no/" attr(href) "> ";
}

/* External links printed without internal root-URL */
a[href^="http"]:after {
content: " <"attr(href)"> ";
}

/* E-mails printed without URL-tag */
a[href^="mailto"]:after {
content: "";
}

strong {
font-weight:normal;
font-variant:small-caps;
color:#000000;
}

p.citation {
background-color:transparent;
margin-left:60px;
padding:10px;
font-size:11pt;
border-style:dotted;
border:#CCCCCC dotted 1px;
color:#000000;
}

p.print {
font-style:italic;
font-size:9pt;
}

#menu {
display:none;
}

#content {
}

#footer {
}