/*
Stylesheet for the "Züri Nieuwsbrief"
*/

a:link { color: purple; text-decoration: none;}
a:visited { color: purple; text-decoration: none;}
a:active { color: purple; text-decoration: none;}
a:hover { color: purple; text-decoration: none;}

body {
	background-color: #DCDCDC;
	color: #000066;
	font-family: sans-serif;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 0em;
	margin-right: 0em;
	width: 100%;
}

.m {
	background-color: #DCDCDC;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.article {
	background-color: #C3C3C3;
	margin: 10px;
	padding: 10px;
}

.articletitle {
	font-weight: bold;
}
