h1
{
	color: rgb(222, 184, 135);
}
a:link
{
	color: rgb(94, 80, 66);
}
a:active
{
	color: rgb(94, 80, 66);
}
a:visited
{
	color: rgb(94, 80, 66);
}
body
{
	background-color: rgb(102, 88, 72);
	color: rgb(222, 184, 135);
}
#pink
{
	background-color: #EAC9B5;
	border-color: rgb(177, 125, 99);
}
#pink td
{
	border: 1px solid;
	border-color: rgb(177, 125, 99);
	color: rgb(94, 80, 66);
}
#pink th
{
	text-align: center;
	background-color: #B17D63;
	color: rgb(222, 184, 135);
}
.td
{
	text-align: center;
}

#tborder
{
	background-color: #EAC9B5;
	border-color: rgb(177, 125, 99);
}
#tborder td
{
	border-color: rgb(177, 125, 99);
	color: rgb(94, 80, 66);
}
#tborder th
{
	background-color: #B17D63;
}

hr
{
	color: rgb(177, 125, 99);
}