/* This CSS is the style sheet for the entire site. */
BODY{
	background-color: #c7e5fe;
	background-image: url(images/backgnd.jpg);
	margin-top: 0;
	margin-left: 0;
	font-family: serif,arial;
}
img {
	border-color: black;
}
h1{
	font-size: .5em;
	color: #DDE9FF;
}
a:link{
	font-family: arial;
	color: #333366;
}
a:visited{
	font-family: arial;
	color: #666666;
}
a.black:visited{
	font-family: arial;
	color: black;
}
P{
	font-family: serif,arial;
}
.italics {
	font-style: italic;
}
.italics75em {
	font-size: .75em;
	font-style: italic;
}
.italics75ema {
	font-size: .75em;
	font-style: italic;
	font-family: arial;
}
.75em {
	font-size: .75em;
	font-style: normal;
}
.italics85em {
	font-size: .85em;
	font-style: italic;
}
.italicsb105em {
	font-size: 1.05em;
	font-style: italic;
	font-weight: bold;
}
.italb13 {
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;	
}
.e90{
	font-size: .9em;
	font-family: arial;
}
.e80{
	font-size: .8em;
}
.e80arial{
	font-size: .8em;
	font-family: arial;
}
.e70{
	font-size: .7em;
	font-family: arial;
}
.e100arial{
	font-size: 1.0em;
	font-family: arial;
	font-weight: bold;
}
.title{
	font-style: italic;
	font-weight: bold;
	color: #7a1f31;
	font-size: 1.5em;
}
UL{
	font-family: arial;
	font-size: .8em;
}
OL{
	font-family: arial;
	font-size: .8em;
}
.medium{
	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;
}
