/* Stylesheet MM Recht website, Adriaan Bloem */

/* Standaard tekst styles */

P { 
	font-family: arial, helvetica, geneva, sans-serif;
	font-size: 10pt;
	color: #000000 
	}
H, H1, H2, H3 {
	font-family: arial, helvetica, geneva, sans-serif;
	font-size: 12pt;
	font-weight: bold
	}
B { 
	font-weight: bold
	}
UL {
	font-family: arial, helvetica, geneva, sans-serif;
	font-size: 10pt
	}
A:link, A:visited, A:active { 
	text-decoration: none;
	font-weight: bold;
	color: #774777;
	font-size: 10pt
	}
A:hover { 
	text-decoration: underline;
	}

/* Navigatie styles */

.nav { 
	font-family: arial, helvetica, geneva, sans-serif; 
	font-size: 10pt; 
	background: #000000; 
	display: block; 
	text-align: center; 
	color: #ffffff; 
	width: 160px;
	}
A.nav:link, A.nav:visited, A.nav:active { 
	font-weight: bold; 
	color: #ffffff; 
	background: #000000;
	}
A.nav:hover { 
	color: #FFCFFF; 
	}
