body {
 font-family: Georgia, Times New Roman, Times, serif;
 background: white;
 color: black;
}
h1, h2, h3 {
 font-family: Trebuchet MS, Arial, sans-serif;
}
h1, h2, h3, th, td {
 text-align: left; clear: left;
}

a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }
a.ext { color: blue; }
a { color: red; }
a:link img, a:visited img { border: 2px solid; padding: 1px; }
a:hover img, a:active img { border: 3px solid; padding: 0; }

address {
 text-align: right;
 font-style: italic;
}

div.clear { clear: both; }

img.right, object.right {
 display: block;
 float: right;
 margin-left: 2px;
}
img.left, object.left {
 display: block;
 float: left;
 margin-right: 2px;
}
q:lang(en) { quotes: "\201C" "\201D" "\2018" "\2019"; }
q:lang(fi) { quotes: "\00BB" "\00BB" "\203A" "\203A"; }
q:lang(de) { quotes: "\201E" "\201C" "\201A" "\2018"; }
q:before { content: open-quote; }
q:after { content: close-quote; }

