html {
	background-color: #dfe7eb;
}
	
body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}

h2 {
	border-bottom: 1px solid #91979b;
}

a {
	text-decoration: none;
	color: #3e81fe;
}

a:hover {
	color: #3b29fe;
	border-bottom: 1px dotted #3b29fe;
}

ul.plain {
	list-style: none;
    padding: 0;
    margin: 0;
}

.tiny {
	font-size: 8.5px;
}

.note {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #484f49;
}

#viewport {
	width: 900px;
	margin: 5px;
}
