body { line-height: 1.5; }

q:before, blockquote p:before { content: open-quote; }
q:after, blockquote p:after   { content: close-quote; }

pre, samp, code, kbd        { font-family: "Andale Mono", monospace; }

ul           { list-style-type: square; }              /* For HTML- og CSS 1-nettlesarar */
/* li:before    { content: "\2013\A0"; display: marker; } For CSS 2-nettlesarar */

img { border: none; }

h1 {
font-size: 3.6em;
text-align: center; 
}

h1, h2, h3 { font-weight: bold; }
h2, h3, h4 { text-align: left; }

h2 { font-size: 1.6em; margin-top: 1.2em; margin-bottom: 0.5em; }
h3 { font-size: 1.2em; margin-top: 1.2em; margin-bottom: 0.5em; }

p          { margin-top: 0; }
p, address { margin-left: 3em; }
ul, dl     { margin-left: 3em; }

dt { font-weight: bold; }
dd { margin-left: 0; }
