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

	font-family: arial;
	background-image: url(images/bg.jpg);
	background-color: white;
	background-attachment: scroll;
	background-repeat: repeat-x;
}
P{
	font-family: arial;
	font-size: small;
}
P.quote{
	font-family: arial;
	font-size: small;
	color: #666666;
}
P.mono{
	font-family: monospace;
	font-size: small;
}
P.title{
	font-family: arial;
	font-weight: bold;
	color: #7a1f31;
}
P.title2{
	font-family: arial;
	font-size: large;
	font-weight: bold;
	color: #7a1f31;
}
.email{
	font-family: arial;
	font-style: italic;
	margin-left: 20;
	color: #333333;
}
.small{
	font-size: small;
}
.review{
	font-family: arial;
	margin-left: 20;
	color: #006600;
}
LI{
	font-family: arial;
}

P.footer{
	font-family: arial;
	font-size: x-small;
}
P.small{
	font-size: small;
}
P.large{
	font-family: arial;
	font-size: large;
	font-weight: bold;
}
TD{
	font-family: arial;
	font-size: small;
}
TD.caption{
	font-family: arial;
	font-size: small;
	color: #333399;
	font-weight: bold;
	text-align: right;
}
H1{
  color: #7a1f31;	/* or whatever your maroon is */
  background-color: transparent;
  text-align: center;
  font-variant: small-caps;
}
H2{
  text-align: center;
  font-style: italic;
  font-weight: normal;
  line-height: 8px;
}
.note
{
  font-style: italic;
}
