a:link
{
	color: rgb(51,153,255); 
}
a:visited
{
	color: rgb(51,102,204); 
} 
a:active 
{
	color: rgb(255,153,0);
}
table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
}
body
{
	font-family: Lucida Calligraphy, Verdana, Arial, Helvetica;
	background-color: rgb(255,255,204);
	color: rgb(102,102,51);
}

h1
{
	color: rgb(153,153,51);
	font-weight: normal;
}
h2
{
	color: rgb(204,153,0);
}
h3
{
	color: rgb(0,102,153); 
}
h4
{
	color: rgb(153,153,0);
}
h5
{
	color: rgb(255,153,0);
}
h6
{
	color: rgb(51,102,204);
}
hr
{
	color: rgb(204,153,0);
}
.bordertablestyle
{
	vertical-align: center;
	font-size: x-small;
	font-weight: bold;	
	padding-left:10px;
	padding-right:10px;	
}
.tablestyle
{
	padding:10px;
}
.tableheader
{
	color: rgb(204,153,0);
	font-size: large;
	font-weight: bold;
	text-align: left;
}
.tablecell
{
	color: rgb(102,102,51);
	font-size: medium;
	font-weight: normal;
	padding:10px;
	text-align: left;
}
.picturecell
{
	color: rgb(102,102,51);
	font-size: medium;
	font-weight: normal;
	padding:10px;
	text-align: center;
}
.noticetable
{
	background-color: rgb(255,255,255);
	border: thin solid black;
	font-size: larger;	
	font-weight: bold;
	margin-left: 10%;	
	text-align: center;
	width: 80%;
}
.testiminaltext
{
	font-size: small;
	font-style: italic;
}
.testiminalname
{
	font-size: x-small;
}
.testimonialtablestyle
{
	padding:5px;
}