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

	font-family: arial;
	background-color: #ffccff;
	margin-top: 0;
	margin-left: 0;
}
h1{
	font-size: .5em;
	color: #DDE9FF;
}
a:link{
	font-family: arial;
	color: #666666;
}
a:visited{
	font-family: arial;
	color: #666666;
}
P{
	font-family: arial;
	font-size: .8em;
}
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;
	color: black;
}
.title{
	font-family: arial;
	font-weight: bold;
	color: black;
	font-size: 1.5em;
}