/* This CSS is the style sheet for the entire site. */
BODY{
	font-family: arial;
	margin: 0;
	background-image: url(images/bg.jpg);
	font-family: arial
}
.title{
	font-family: times new roman;
	font-size: 1.5em;
	color: #990000;
}
.e100{
	font-size: 1em;
}
.e90{
	font-size: .9em;
}
.e85{
	font-size: .85em;
}
.e80short{
	font-size: .8em;
}
.e80{
	font-size: .8em;
}
.e80a{
	font-size: .8em;
}
.testimonial{
	font-size: .75em;
	color: #005b2e;
}
.e75a{
	font-size: .75em;
	color: #666666;
}
.e75{
	font-size: .75em;
}
.e70{
	font-size: .7em;
}
.question{
	font-size: 1em;
	color: #660000;
	font-style: italic;
}
.mono{
	font-family: monospace;
	font-size: .8em;
}
.footer{
	font-size: .7em;
}
.strikeover{
        text-decoration: line-through;
        color: #666666;
}
img {
	border-color: black;
}
.table80 td {
	font-size: .8em;
	padding-bottom: 5;
}
.gemgallery td {
	vertical-align: top;
}
.gg_title {
	font-weight: bold;
	color: #006600;
}
.prev_next {
	font-weight: bold;
}
a {
	color: #245D01;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.gifturl {
	color: #B22E24;
	text-decoration: none;
	font-weight: bold;
	font-size: .8em;
	margin-left: 10
}
a.gifturl:hover {
	text-decoration: underline;
}

