body {
	font-family: Georgia, sans-serif;
	margin: 3em;
	text-align: center;
}
h1 {
	font-size: 1.5em;
}
h1:hover { color: red; }

p {
	color: #255698;	
	font-size: 1em;
}
a:link {
	color: #3138d2;
}
a:visited {
	color: #2c97e3;
}
a:hover {
	color: #d23166;
}

table {
	border: 1px solid black;
	border-collapse: collapse;
}
td {
	font-family: sans-serif;
	font-size: 1em;
	border: 1px solid black;
	border-collapse: collapse;
}

.bgy {
	background-color: yellow;
}

.footnote_sep {
	margin-top: 20px;
	height: 1px;
}

.footnote {
	font-size: 9px;
}

body.left {
	text-align: left;
}
