/*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:12pt;
  font-family:Times New Roman;
  background-color:#000000;
  color:#FFFFFF;
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
}

table
{
  font-size:12pt;
  font-family:Times New Roman;
  background-color:#000000;
  color:#FFFFFF;
}

.titel
{
  font-size:24pt;
  font-weight: bold;
}

.ondertitel
{
  font-size:18pt;
  font-weight: bold;
}

a:link
{
  color:#FFFFFF;
}
a:visited
{
  color:#FFFFFF;
}
a:hover
{
  color:#FF0000;
}
a:active
{
  color:#FFFFFF;
}