a:link 
{
	color: rgb(38, 94, 21);
	
}




a:active 

{
	color: rgb(38, 94, 21);
	

}


a:visited 

{
	color: rgb(38, 94, 21);
	

}

	

	

body
{
	background-color: rgb(249, 249, 240);
	color: rgb(0, 0, 0);
}

h1
{
	color: rgb(38, 94, 21);
}
h2
{
	color: rgb(38, 94, 21);
}
h3
{
	color: rgb(38, 94, 21);
}
h4
{
	color: rgb(38, 94, 21);
}
h5
{
	color: rgb(38, 94, 21);
}
h6
{
	color: rgb(38, 94, 21);
}

ul
{
	list-style-image: url('images/ablbull1.gif');
}
ul ul
{
	list-style-image: url('images/ablbull2.gif');
}
ul ul ul
{
	list-style-image: url('images/ablbull3.gif');
}
table
{
	table-border-color-light: rgb(204, 204, 204);
	table-border-color-dark: rgb(102, 102, 102);
}
button
{
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
}
label
{
	color: rgb(0, 0, 0);
}