/*
CSS Bestemd voor de Blokpost-Nul website
www.blokpost-nul.nl
Naam: C de Jong
Bijgewerkt op 02 sep 2007
*/

a:link
{
	color: rgb(51,51,204); 
}
a:visited
{
	color: rgb(102,153,204); 
} 
a:active 
{
	color: rgb(255,51,0);
}


a:hover
{
 background-color:#C0C0C0;
}
body
{
	font-family: Times New Roman, Times;
	background-color: rgb(250,250,210);
	color: rgb(0,0,0);
}
table
{
	table-border-color-light: rgb(255,153,51);
	table-border-color-dark: rgb(0,0,0); 
}
/*
*{
margin: 0;
padding: 0;
}
*/
/*
ul {
list-style-type : none;
}

*/
h1, h2, h3, h4, h5, h6
{
	font-family:  Times New Roman, Times;
}
h1
{
	color: rgb(102,0,0);
font-size: 24px;


	
}
h2
{
	color: rgb(102,0,0); 
font-size: 14px;

}
h3
{
	color: rgb(102,0,0); 
font-size: 14px;
font-weight: 400;


}
h4
{
	color: rgb(102,0,0);
	font-size: 14px;
font-weight: 400;
font-style: italic;


}
h5
{
	color: rgb(204,51,51);
}
h6
{
	color: rgb(102,0,102);
	font-size: 9px;
}
}