a:link
{
	color: rgb(182, 61, 69);
}
a:active
{
	color: rgb(16, 12, 12);
}
a:visited
{
	color: rgb(182, 61, 69);
}
body
{
	background-color: rgb(255, 251, 236);
	color: rgb(16, 12, 12);
}
table
{
	table-border-color-light: rgb(204, 204, 153);
	table-border-color-dark: rgb(153, 153, 102);
}
h1
{
	color: rgb(255, 204, 0);
}
h2
{
	color: rgb(255, 153, 51);
}
h3
{
	color: rgb(204, 51, 153);
}
h4
{
	color: rgb(255, 204, 0);
}
h5
{
	color: rgb(255, 153, 51);
}
h6
{
	color: rgb(204, 51, 153);
}
