	body {
		background: black;
		color: black;
		padding: 0px;
		margin: 0px;
		border-width: 0px;
		font-family: mono, serif;
		text-align: center;
	}
	
	p {
		font-family: mono, serif;
		text-align: justify;
		text-indent: 1cm;
	}

	a {
		text-decoration:none;
		color:#8888aa;
	}
	
	a:hover {
		text-decoration:underline;
	}
	
	h1 {
		font-size:26pt;
		font-weight: bold;
	}
	
	h2 {
		font-size:18pt;
		font-weight: bold;
	}
	
	h3 {
		font-size:14pt;
		font-weight: bold;
	}
	
	h4 {
		font-size:12pt;
		font-weight: bold;
	}

	img {
		border: 0px solid rgb(210, 210, 210);
	}


/* Page layout. */

	#main {
		background: white;
		margin: 0 auto;
		padding: 0px 50px 50px 50px;
		text-align: left;
		
		width: 700px;
		z-index: 1;
	}
	
	#content {
		width: 700px;
	}
	
	h1.title {
		position: relative;
		margin: 0 0 50px 0;
		padding: 0;
		left: 0px;
	}

