/* Representanten.css start */
/* body: hierin staan de algemene settings. alleen afwijkingen behoeven dan nog een eigen entry  */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #253981;
	list-style-position: inside;
	list-style-type: square;
}


/* 
** fonts etc 
*/
#disclaimer {
	font-size: 12px;
}
a {
	font-size: 14px;
}
h1, h2, h3 {
	font-style: italic;
}
h3 {
	font-size: 14px;
}

i {
	font-family: "Times New Roman", sans-serif;
}

/*
** colors 
*/
#header {
	color: LightSeaGreen;
}
a {
	color: LightSeaGreen;
}
h1, h2, h3 {
	color: LightSeaGreen;
}

/*
** text attributes
*/
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
p.align-left {
	text-align: left;
}
p.align-center {
	text-align: center;
}
p.align-right {
	text-align: right;
}

/* Representanten.css ends here */