body {
width: 90%;
max-width: 900px;
margin: 0em auto;
font: 0.9em/1.4 Gill Sans, Arial, Helvetica, sans-serif;
background-image:url(../images/bg_tile.jpg);
background-repeat:repeat;
}
table {
background-color:#F5F1E9;
}
img {
  max-width: 100%;
  display: block;
}
p {
	font-family: "Times New Roman", Times, serif;
	color:#222222;
	margin: 0 0 30px 0;
	font-size:medium;
}

a {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
	text-decoration: underline;
}
a:hover	{
	text-decoration: none;
	color: #F00;
}
.smallest{
	font-size: x-small;
	color:#222222;
	font-family: "Times New Roman", Times, serif;
}
.testimonials{
	font-size: medium;
	color:#222222;
	font-family: "Times New Roman", Times, serif;
	font-style:italic
}
.medium{
	font-size: medium;
	color:#222222;
	font-family: "Times New Roman", Times, serif
}
.m-blue{
	font-size: x-large;
	color: #4F9FFF;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.l-blue{
	font-size: xx-large;
	color: #4F9FFF;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.large {
	color:#222222;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
}
.xlarge {
	color:#222222;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
}
.xxlarge {
	color:#222222;
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
}
.white {
	color:#FFF;
}