﻿body {
	color: rgb(51, 51, 51);
	background-image: url('images/farmbg.gif');
}
a:link {
	color: rgb(204, 51, 0);
}
a:active {
	color: rgb(255, 204, 51);
}
a:visited {
	color: rgb(153, 153, 153);
}
h1 {
	color: rgb(153, 0, 0);
}
h2 {
	color: rgb(153, 0, 0);
}
h3 {
	color: rgb(153, 0, 0);
}
h4 {
	color: rgb(153, 0, 0);
}
h5 {
	color: rgb(153, 0, 0);
}
h6 {
	color: rgb(153, 0, 0);
}
p {
	color: rgb(0,0,0);
}
table {
	table-border-color-light: rgb(204, 0, 0);
	table-border-color-dark: rgb(153, 0, 0);
}
td {
	table-border-color-light: rgb(204, 0, 0);
	table-border-color-dark: rgb(153, 0, 0);
}
ol {
	color: #000000;
}
ul {
	list-style-image: url('images/farmbul1a.gif');
	color: #000000;
}
ul ul {
	list-style-image: url('images/farmbul2a.gif');
	color: #000000;
}
ul ul ul {
	list-style-image: url('images/farmbul3a.gif');
	color: #000000;
}
hr {
	color: #000000;
}

