/* ALLGEMEIN */



body {

  font-family: Georgia, Times New Roman, Times, serif;

  font-size: 10pt;

  font-weight: normal;

  color: #666666;


}



p {

  font-family: Georgia, Times New Roman, Times, serif;

  font-size: 10pt;

  font-weight: normal;

  color: #666666;

}



td {

  font-family: Georgia, Times New Roman, Times, serif;

  font-size: 10pt;

  font-weight: normal;

  color: #666666;

}







i {

  font-style: italic;

}



b {

  font-weight: bold;

}













/* LINKS */





a:link { font-weight:normal; color:#686899; text-decoration:none }

a:visited { font-weight:normal; color:#686899; text-decoration:none }

a:hover { font-weight:normal; color:#3333ee; text-decoration:none }

a:active { font-weight:normal; color:#3333ee; text-decoration:none }

a:focus { font-weight:normal; color:#3333ee; text-decoration:none }



