body {
	background-color: #000000;
	margin: 0px;
	}


td, th, p, div {
	color: white; 
	font-family: arial; 
	font-size: 12px;
	}
td.text {
	padding: 10px;
	text-align: justify;
	}

h1 {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	}

h3 {
	font-size: 12px;
	color: yellow;
	margin-bottom: 0px;
	}

p {
	font-size: 100%;
	color: white;
	margin-top: 3px;
	}
			
a {
	color:white;
	text-decoration:none;
	}

a:hover {
	color:#9F9F9F;
	text-decoration:none;
	}
td.menu {
	text-align: center;
	}
td.menu table {
	width: 500px;
	height: 90px;
	}
td.menu td {
	vertical-align: middle;
	}
td.menu img {
	margin-right: 10px;
	margin-left: 20px;
	}
td.menu a {
	text-transform: uppercase;
	font-weight: bold;
	}


.attentiewit {
			background-color: red;
			border-style: solid;

			border-left-color: white;
			border-bottom-color: white;
			border-top-color: white;
			border-right-color: white;

			border-left-width: 1px;
			border-bottom-width: 1px;
			border-top-width: 1px;
			border-right-width: 1px;

			font-family: arial, helvetica, sans-serif;
			font-size: 11px;
			color: black;
			}
			
			.attentie {
			background-color: #F0F0F0;
			border-style: solid;

			border-left-color: #FF3300;
			border-bottom-color: #FF3300;
			border-top-color: #FF3300;
			border-right-color: #FF3300;

			border-left-width: 1px;
			border-bottom-width: 1px;
			border-top-width: 1px;
			border-right-width: 1px;

			font-family: arial, helvetica, sans-serif;
			font-size: 11px;
			color: white;
			}
			
