body {
	color: #000000;
	background-color: #F2F2F2;
	font-family: sans-serif;
	font-size: 15px;
	margin: auto;
	width: 80%;
}

a {
	color: red;
	text-decoration: none;
}

blockquote { color: #C0000E; font-family: sans-serif; font-style: italic; }



.corner {
  font-family: sans-serif;
  font-size: 15px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  padding: 6px 10px;
  border-radius: 4px;
}
