body { 
	margin: 0px; 
	padding: 0px; 
	font-size: 100%; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #6e0f0e;
	}
	

.center {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}

h1 {
	font-size: 1.7em;
	color: #91f0f1;
	}

h2 {
	background-color: #ffffff;
	font-size: 1.3em;
	color: #6e0f0e;
	font-style: italic;
	}

h3 {
	font-size: 1.3em;
	color: #ffffff;
	font-style: italic;
	}

img {
	margin: 2px;
	}

.l {
	float: left;
	width: 200px;
	}

.r {
	float: left;
	width: 200px;
	}




