﻿/* External Style Sheet for Meredith & John's Web Site */
a:link, a:visited {
	color: white;
}
a:hover, a:active {
	color: silver;
}
a {
	text-decoration: none;
}
html {
	color: white;
	background-color: black;
}
body {
	width: 600px;
	margin: 30px auto;
	padding: 0 30px 20px 30px;
	background-color: white;
	color: black;
}
a:link, a:visited {
	color: blue;
}
a:hover, a:active {
	color: gray;
}
h1 {
	text-align: center;
	width:660px;
	margin-left:-30px;
}
sup, sub {
	font-size: smaller;
	font-weight: bold;
	vertical-align: 0.25em;
}
