/**
* Modus Vivendi - stylesheet voor index.html ModusVivendi.nl
* versie 1.0
* copyright (C) 2005 dirkjan ensing
**/

/* body */
body {
  margin           : 0px;
  padding          : 0px;
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 13px;
  font-color	   : #333333;
  color            : #000;
  background-color :#CCCCCC;
  background-image : url(index_pics/background.gif);
}
/* layout content */
.title {
	font-weight	: bold;
	margin-left	: 109px;
    font-size   : 13px;
}
.content {
	font-weight	: normal;
	margin-left	: 109px;
	font-size	: 13px;
}
.titlebv {
	font-weight	: bold;
	margin-left	: 70px;
    font-size   : 13px;
}
.contentbv {
	font-weight	: normal;
	margin-left	: 70px;
	font-size	: 13px;
}
.footer { 
	font-size	: 12px;
}
