<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Partially based on a free layout andreas06 by Andreas Viklund http://andreasviklund.com
   Free to use for any purpose as long as the proper credits are given for the original design work. */
body {
  background:#e1e1e1 url(img/bodybg.png) repeat-x;
  font: 90% Palatino, Georgia, Verdana, Tahoma, Arial, sans-serif;
  margin:0; padding:0; text-align:center;
}
#container{
  background:#e1e1e1 url(img/bodybg.png) repeat-x;
  margin: 1em auto; text-align:left; width:97%;
}

p { margin:0 0 15px; }

a:link { font-weight: bold; text-decoration: none; color: #7F7FCF; }
a:visited { font-weight: bold; text-decoration: none; color: #AF8FAF; }
a:hover, a:active { text-decoration: underline; }

#nav{ background:url(img/greypx.gif) bottom left repeat-x; float:left; width:100%; }
#nav ul{ list-style:none; margin:0; padding:0; }
#nav a{
background:url(img/tabs.gif) no-repeat 100% 0; color:#808080; display:block;
font-size:1.2em; letter-spacing:-1px; padding:7px 20px 4px 11px; text-decoration:none;
}
#nav a:hover{ color:#505050; text-decoration: underline; }
#nav li{ background:url(img/tabs.gif) no-repeat 0 0; float:left; margin:0 4px 0 0; padding:0 0 0 9px; }
#nav #current{ background:url(img/tabs.gif) no-repeat 0 -41px; }
#nav #current a{ background:url(img/tabs.gif) no-repeat 100% -41px; color:#303030; padding:7px 20px 5px 11px; }

#wrap1{
background:#ffffff url(img/innerbg.gif) repeat-y right;
border-bottom:1px solid #808080;
border-left:1px solid #808080;
border-right:1px solid #808080;
clear:both;
padding:0;
width:100%;
}

#wrap1no{
background:#ffffff;
border-bottom:1px solid #808080;
border-left:1px solid #808080;
border-right:1px solid #808080;
clear:both;
padding:0;
width:100%;
}

#wrap2{
padding:10px;
/*width:730px;*/
}

#leftside{ float:right; margin:0 0 0; width:180px; }

#contentalt{ margin:15px 210px 0 15px; }
#contentalt p{ margin:8px 0 0 10px; }

#footer{ clear:both; color:#a0a0a0; font-size:0.9em;
  margin-top:20px; padding:1px; text-align:right; }

.hide{ display:none; }

img { border:0; padding:0; margin:0;}

h1 { color: #6f7937; font-style: italic; font-size: 3em;
  margin-bottom: 0.2em; margin-top: 0.8em;}
 h2 { color: #6f7937; font-style: italic; font-size: 2.5em;
  margin-bottom: 0.2em; margin-top: 0.8em;}
h3 { color: #5f6927; font-style: italic; font-size: 1.5em; font-weight: normal;
  margin-bottom: 0.2em; margin-top: 0.8em;}
div.bibl { text-align: right; font-size: 9pt; margin-bottom: 15pt; }
div.biblio {max-width: 19cm; margin-left: 0.5em; text-align:justify;}
</pre></body></html>