/*In this document, you can change the styles of bnart.be
*/

html
{
/*  overflow-x: hidden; ==> If this is active, there is no vertical scrollbar possible*/
  overflow-y: auto;
}

body
{
  font-size:10pt;
  font-family:Arial;
  background-color:#ffffff;
  color:#000000;
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
}

table
{
  font-size:10pt;
  font-family:Arial;
  background-color:#ffffff;
  color:#000000;
}

.title
{
  font-size:20pt;
  font-weight: bold;
}

.subtitle
{
  font-size:15pt;
  font-weight: bold;
}

a:link
{
  color:#000000;
}
a:visited
{
  color:#000000;
}
a:hover
{
  color:#000000;
}
a:active
{
  color:#000000;
}
