/* This CSS is the style sheet for the entire site. */
BODY{

	font-family: arial;
	link: red;
	margin-top: 0;
}
.e80{
	font-size: .8em;
	font-family: arial;
}
.alert{
	color: red;
}
P{
	font-family: arial;
}
h1{
	font-family: TIMES;
}
.e120{
	font-family: arial;
	font-size: 1.2em;
}
.title{
	font-family: times;
	font-size: large;
	font-weight: bold;
}
.subtitle{
	font-family: arial;
	font-size: medium;
	font-weight: bold;
	color: #993300;
}
.title2{
	font-family: arial;
	font-size: 1.2em;
	color: #993300;
}
.review{
	font-family: arial;
	font-size: .8em;
	color: #005500;
	padding-left: 20;
	padding-right: 20;
}
.footer{
	font-family: arial;
	font-size: x-small;
}
.header{
	font-family: arial;
	font-size: 15pt;
}

.indented{
	font-family: arial;	/* See P */
	font-size: small;
	padding-left: 10;
}

