html {
	font-size: 14px;
}

body {
	color: #e3e3e3;
}

h1, h2, h3 {
	letter-spacing: 0.075em;
	font-weight: normal;
	opacity: 0.8;
	color: white;
}

a {
	color: #e3e3e3;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
a:hover {
	color: white;
	border-bottom: 1px solid rgba(255,255,255,0.8);
}

.i {
	font-style: italic;
}
.mono {
	font-family: monospace;
}
.small {
	font-size: small;
}
.b {
	font-weight: bold;
}
