body { 
margin:0px;

}
	.container {
		margin: 0 auto;   /* align for good browsers */
		text-align: center; /* counter the body center */
	
		border: 2px solid #000;
		width: 80%;
	}

td { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; 
}
a:link { text-decoration:underline; color:#3455D8; 
}
a:visited { text-decoration:underline; color:#3455D8; 
}
a:active { text-decoration:none; color:#000000; 
}
a:hover { text-decoration:none; color:#0E2C6B; 
}
font { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:15px; color:#38536F; text-align: justify;
}
h1 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:4px;
}
div.jscript {
  overflow: visible;
}

div.jscript pre {
  word-wrap: break-word;   /* IE (iig IE7, IE6 weet ik niet zeker) */
  white-space: -moz-pre-wrap;   /* firefox */
}