/* This CSS is the style sheet for the entire site. */
BODY{
	font-family: arial;
	background-color: #c7e5fe;
	margin-top: 0;
	margin-left: 0;
}
h1{
	font-size: .5em;
	color: #DDE9FF;
}
a:link{
	font-family: arial;
	color: #dddddd;
}
a:visited{
	font-family: arial;
	color: #dddddd;
}
P{
	font-family: arial;
}
td{
	font-family: arial;
}
UL{
	font-family: arial;
	font-size: .8em;
}
OL{
	font-family: arial;
	font-size: .8em;
}
.medium{
	font-size: 1em;
}
.nochange{
	font-size: 1em;
}
.smaller{
	font-size: .8em;
}
.mono{
	font-family: monospace;
	font-size: .8em;
}
.footer{
	font-family: arial;
	font-size: .7em;
}
.subtitle{
	font-family: arial;
	font-weight: bold;
}
.title{
	font-family: arial;
	font-weight: bold;
	color: #990000;
	font-size: 1.5em;
}