
body  {
	font-family: sans-serif;
	line-height: 1.2em;
	color: black;
	background-color: #ececdc;
	background-attachment: fixed;
}

body.main {
	color: #900;
	background-color: #ececdc;
}
body.main a:link, body.main a:visited {
	color: #900;
	background-color: #ececdc;
}

.January {
	background-image: url(images/January.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

a:link        { color: #009; }
a:visited     { color: blue; }
a:active, a:hover { color: red; }

table {
	margin-left: auto; margin-right: auto;
	border: none;
}

img { border-style: none; }
h1,h2,h3,h4 { text-align: center }
pre { line-height: 1.1em; }
.ctr { text-align: center; vertical-align: top }
.lf { float: left; clear: left; margin-right: 0.5em; }
.rt { float: right; clear: right; margin-left: 0.5em; }
.red { color: red; }
.small { font-size: smaller; }
