a:link
{
	color: rgb(0, 128, 0);
}
a:active
{
	color: rgb(0, 128, 0);
}
a:visited
{
	color: rgb(0, 128, 0);
}
body
{
	background-color: rgb(204, 204, 204);
	background-image:url(images\background.jpg); 
  	background-repeat: repeat;
}
table
{
	table-border-color-light: rgb(152, 3, 137);
	table-border-color-dark: rgb(152, 3, 137);
	border-color: rgb(152, 3, 137);
	background-color: rgb(255, 255, 255);
}
th
{
	border-color: rgb(152, 3, 137);
}
td
{
	border-color: rgb(152, 3, 137);
	font-family: arial, "lucida console", sans-serif
}
h1
{
	color: rgb(3, 152, 92);
}
h2
{
	color: rgb(0, 128, 0);
}
h3
{
	color: rgb(0, 128, 0);
}
h4
{
	color: rgb(0, 128, 0);
}
h5
{
	color: rgb(0, 128, 0);
}
h6
{
	color: rgb(0, 128, 0);
}
hr
{
	color: rgb(3, 152, 18);
}
button
{
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
}
label
{
	color: rgb(0, 0, 0);
}
textarea
{
	color: rgb(0, 0, 0);
}
fieldset
{
	color: rgb(0, 0, 0);
}
legend
{
	color: rgb(0, 0, 0);
}
select
{
	color: rgb(0, 0, 0);
}
caption
{
	color: rgb(0, 0, 0);
}
p
{
	font-family: arial, "lucida console", sans-serif;
}