/* This CSS is the style sheet for the entire site. */
BODY{

	font-family: arial;
	background-color: #c7e5fe;
	background-image: url(images/pondbg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	margin-top: 0;
	margin-left: 0;
}
h1{
	font-size: .5em;
	color: #DDE9FF;
}
a:link{
	font-family: arial;
	color: #333366;
}
a:visited{
	font-family: arial;
	color: #666666;
}
P{
	font-family: arial;
	font-size: .8em;
}
td{
	font-family: arial;
	font-size: .8em;
}
td.normal{
	font-family: arial;
	font-size: 1em;
}
UL{
	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;
	color: #7a1f31;
}
.alert{
	font-family: arial;
	font-weight: bold;
	font-size: 1.4em;
	color: red;
}