h1 {
	font-family: Verdana, sans-serif;
	font-variant: small-caps;
	color: teal;
	text-align: center;
	background-color: white;
}
.top-aligned {
	vertical-align: top;
	padding-right: 2em;
	padding-left: 2em;
}
.center {
	text-align: center;
}

div.center {
	   text-align: center;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

a:link img, a:visited img {
	border-style: none
}

img.math {
	border-width: 0;
	vertical-align: middle;
}

a img {
	color: white;
	background-color: white;
} /* The only way to hide the border in NS 4.x */

table {
	margin-right: auto;
	margin-left: auto;
}
td {
	padding-right: 2em;
	padding-left: 2em;
}
a:link {
	color: teal;
	background-color: white;
}
a:visited {
	color: purple;
	background-color: white;
}
a:hover {
	color: white;
	background-color: teal;
}
a:hover.img {
	color: white;
	background-color: white;
}
a:active {
	color: white;
	background-color: purple;
}
h2 {
	font-family: Verdana, sans-serif;
	font-variant: small-caps;
	color: purple;
	background-color: white;
}
body {
	background-color: white;
	color: black;
}
li.dateline {
	background-color: MediumAquaMarine;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	padding-left: 2px;
}
li.blog {
	background-color: white;
	list-style-type: none;
	font-family: Times, serif;
	font-weight: normal;
	padding: 10px 5px;
}
