body {
	margin: 0px;
}

* {
	font-family: Georgia, Palatino, Times New Roman, serif;
}

q {
	font-style: italic
}

blockquote {
	font-style: italic
}

a:link, a:visited {
	background-color: transparent;
}

a:hover {
	border-bottom: 1px dotted #6c9;
	background-color: transparent;
	color: #6c9
}

#text {
    width: 500px;
    background: #ffc;
    padding: 20px;
    margin: 20px auto;
	text-align: justify;
} 

#text h1, #text h2 {
	text-align: left;
}

#backlink {
    text-align: center;
	font-style: italic;
	margin-top: 4em;
	border-top: 1px solid #000;
	padding-top: 1em;
}  

#backlink a {
    color: #000;
}

hr {
	border: 0px;
	width: 50%;
	height: 1px;
	color: #000;
	background-color: #000;
	margin: 2em auto;
}