html, body 
{
	background: #e8d3ae;
	color: #592b1b;
	margin: auto;
	width: 800px;
	font-size: 16px;
}

h1
{
	font-size: 2em;
	font-face: Tahoma;
}

h2
{
	font-size: 1.2em;
	font-weight: bold;
	font-face: Tahoma;
}

hr 
{
	width: 70%; 
	text-align: center;
}

a
{
	text-decoration: none;
	color: #00f;
}

a:hover
{
	text-decoration: underline;
	color: #f00;
}

dd
{
	text-align: justify;
}

dt
{
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
}

p
{
	text-align: justify;
}

img
{
	border: none;
}
