a:link {
	color: rgb(0,0,0);
}

a:visited {
	color: rgb(23,171,0);
}

a:active {
	color: rgb(23,100,1);
}

body {
	background-color: rgb(217,217,217);
	color: rgb(0,0,0);
	font-family: "Copperplate Gothic Light", Tahoma, Verdana;
}

table {
	table-border-color-dark: rgb(0,0,0);
	table-border-color-light: rgb(102,153,255);
}

h1, h2, h3, h4, h5, h6 {
	font-family: Copperplate Gothic Light;
}

h1 {
	font-family: Copperplate Gothic Light;
	color: rgb(51,51,204);
}

h2 {
	color: rgb(0,153,51);
}

h3 {
	color: rgb(204,51,51);
}

h4 {
	color: rgb(51,0,204);
}

h5 {
	color: rgb(0,153,51);
}

h6 {
	color: rgb(204,51,51);
}
