

/* ------------ Default tags ----------------- */
body{
	/*background-image: url(../images/bg.jpg);    niet in bc editor*/
    margin:0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	}
h2 {
	font-size: 12px;
	font-weight: bold;

	}
h3 {
	font-size: 11px;
	font-weight: bold;
}
body, p, tabel {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #000;
	}
div#content img {
	display:block;
	border:0px;
	margin: 20px 0 20px 0;
}
img {
	display:block;
	border:0px;
}

a {
	color: #0180c5;
}


p.accent
{
	display:block;
	/*border: #8b4513 1px solid;*/
	padding: 5px 10px 5px 10px;
	/*color: #000066;
	font-family: 'Courier New' , Monospace;*/
	background-color: #ffcc33;
}