/* basic elements for http://www.assurantieservice.nl/index.html */

body { 
 	font-weight: bold;
	font-size:12pt; 
	font-family:Trebuchet MS,Arial;
	color:#990000;  
	}
	
p { 
	font-weight: bold;
	font-size:10pt; 
	font-family:Trebuchet MS,Arial;  
	color:#990000;
}

a:link { 
	font-weight: bold;
	text-decoration: none;
	margin-top: 2pt; 
	text-align: left; 
	font-variant:normal; 
	line-height:12pt; 
	font-size:10pt; 
	font-family:Trebuchet MS,Arial; 
	color:#990000;
	}
	
a:visited { 
	font-weight: bold;
	text-decoration: none;
	margin-top: 2pt; 
	text-align: left; 
	font-variant:normal; 
	line-height:12pt; 
	font-size:10pt; 
	font-family:Trebuchet MS,Arial;  
	color:#990000;
	}
	
a:hover, a:active { 
	font-weight: bold;
	text-decoration: underline; 
	margin-top: 2pt;
	text-align: left; 
	font-variant:normal; 
	line-height:12pt; 
	font-size:10pt; 
	font-family:Trebuchet MS,Arial;  
	color:#990000;
	}