/*   File: style.css
     Title: browser stylesheet
     Author: Linnet
     Version:  14 Nov 2006
  */
body
{    
margin-left: 0;
margin-right: 0;
margin-top: 0;
background-color: #D6D6E2;
font-family: Arial, Helvetica, San-Serif;
color: #444444;
font-size: 80%;
}
.menu
{
font-size: 70%;
}
h1, h2, h3
{   
font-family: Arial, Helvetica, San-Serif;
color: #111394;
font-weight: bold;
}
h1
{   
font-size: 120%;
margin-left:5px;
margin-right:0px;
margin-top:8pt;
margin-bottom:6pt;
}
h2
{   
font-size: 105%;
margin-left:7px;
margin-right:0px;
margin-top:6pt;
margin-bottom:4pt;
}
h3
{   
font-size: 95%;
margin-left:10px;
margin-right:0px;
margin-top:4pt;
margin-bottom:3pt;
}
p
{
text-align:justify;
font-size:80%;
margin-left:10px;
margin-right:10px;
margin-top:4px;
margin-bottom:4px;
}
ul
{
margin-top:0px;
margin-bottom:2px;
}
li
{
font-size:80%;
margin-top:0px;
margin-bottom:2px;
}
hr
{
color: #BBBCD5;
height: 1pt;
width: 90%;
text-align: center;
margin-top:0px;
margin-bottom:0px;
}
blockquote
{
margin-top:0px;
margin-bottom:0px;
}
a
{
color: #111394;
text-decoration:none;
font-family: Arial, Helvetica, San-Serif;
font-size: 100%;
}
a:hover
{
text-decoration:underline;
background-color:#D6D6E2; }
.copyright
{
font-size: 66%;
color: #111394;
background-color: #BBBCD5;
}
.copyright a
{
text-decoration: underline;
}
.center
{
text-align:center;
}
.biglist
{
font-weight:bold;
color: #111394;
font-size: 110%;
}
