body {
	background-color: #4b4b4b;
	color:#C7C7C7;
	font-family: Constantia, Arial;
	font-size: 0.9em;
	line-height: 1.3em;
}
.content {
 width: 400px;
 padding-left: 4em;
 padding-top: 2em;
}
h1 {
 font-family: Corbel, Verdana;
 }
a {
 color: white;
 text-decoration: none;
}
ul {
 padding-left: 1.2em;
 }
 
ul li {
 list-style: none;
 padding-bottom: 1em;
 text-indent: -1em;
}
a:hover {
 color: pink;
}
.acr {
 font-size: 80%;
 letter-spacing: 0.05em;
 }