BODY {
	background: #008080 url(http://cattletoday.net/images/background.gif) repeat;
	color : White;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-style : normal;
	font-weight : normal;
	link:#00FF00;
}

H1 {
	color: White;
	font : bold xx-large Geneva, Arial, Helvetica, sans-serif;
}

H2 {
	color: White;
	font : bold x-large Geneva, Arial, Helvetica, sans-serif;
}

H3 {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	color: White;
	font : bold;
}

H4 {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color : White;
}

H5 {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : Black;
}

H6 {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;

}

A {
	text-decoration: underline;
	color: #0000ff;
	background : Transparent;
}

A:VISITED {
    color: #990099;
	background : Transparent;
}

A:ACTIVE {
    color: red;
	background : Transparent;
}

A:hover {
	color: red;
}

