body {
	text-transform: lowercase;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1 {
    letter-spacing: 4px;
}
h6 {
    text-align: center;
}
div#content {
    word-spacing: 5px;
    letter-spacing: 1px;
}
p.copy {
    text-indent: 20px;
    text-align: justify;
}