/* This CSS is the style sheet for the entire site. */
BODY{
	font-family: arial;
	background-color: #FCF5E4;
	margin-top: 0;
	margin-left: 0;
	font-family: arial;
}
.e80{
	font-size: .8em;
}
.e80bold{
	font-size: .8em;
	font-weight: bold;
}
.e90{
	font-size: .9em;
}
.light{
	background-color: #FCF5E4;
}
a:link{
	font-family: arial;
	color: #333366;
}
a:visited{
	font-family: arial;
	color: #666666;
}
.footer{
	font-family: arial;
	font-size: .7em;
}
.subtitle{
	font-family: arial;
	font-weight: bold;
	color: #7a1f31;
}
.title{
	font-family: arial;
	font-size: 1.2em;
	font-weight: bold;
	color: #7a1f31;
}
.alert{
	font-family: arial;
	font-weight: bold;
	font-size: 1.4em;
	color: red;
}
img { border-color: black }