/* CSS Document */

* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	} 

body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: small;
	background: #B58A72;
	color: #000;
	}

/* archives */

#archive {
	width: 380px;
	margin-left: 0;
	margin-right: 50px;
	font-family: Trebuchet MS, Verdana, sans-serif;
	}

#archive h1 {
	font-size: 115%;
	margin-bottom: -10px;
	letter-spacing: 1px;
	color: #C30;
	}

#archive h2 {
	font-size: 150%;
	letter-spacing: 3px;
	text-align: center;
	}