body {
	background: #FAECEC;
	margin: 10px;
	color: #000;
	font-family: Georgia, Garamond, serif;
	}
p {
	font-size: 1em;
	line-height: 1.5em;
	}
h1 {
	border : 2px solid #890000;
	background: #c00;
	font-family : Georgia, Garamond, sans-serif;
	color : #fff;
	font-style : italic;
	padding: 2px;
	font-size: 1.6em;
	}
h2, h3 {
	border: none;
	color: #890000;
	font-style : italic;
	}
a, a:visited {
	color: #890000;
	text-decoration: none;
	padding: 0px;
	}
a:hover {
	color: #c00;
	text-decoration: none;
	border-bottom: 1px solid #c00;
	padding: 0px;
	}


#box {
	border: 1px solid #000;
	width: 740px;
	background: #fff;
	}

