a:link
{
	color: rgb(148, 66, 255);
}
a:active
{
	color: rgb(255, 66, 0);
}
a:visited
{
	color: rgb(255, 66, 255);
}
body
{
	background-color: rgb(102, 153, 204);
	color: rgb(148, 66, 191);
}
table
{
	table-border-color-light: rgb(108, 191, 66);
	table-border-color-dark: rgb(108, 191, 66);
}
h1
{
	color: rgb(191, 66, 171);
}
h2
{
	color: rgb(108, 191, 66);
}
h3
{
	color: rgb(191, 66, 171);
}
h4
{
	color: rgb(108, 191, 66);
}
h5
{
	color: rgb(191, 66, 171);
}
h6
{
	color: rgb(108, 191, 66);
}
