BODY {
	color: black;
	background-color: #A3D590;
	font-family: Arial, Verdana, sans-serif;
	
}


A {
	color:white;
}

A:HOVER {
	color: #F0F8ED;
}

a:hover.dark_text
{
	color: #5B804D;
}


.table_back
{

	background-color: #F0F8ED;
}

H1{
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}

.layout_border_color{
	border-color: #F0F8ED;
}

.small_text_light{
	font-size: xx-small;
	color: white;
}

.small_text_dark{
	font-size: xx-small;
	color: black;
}


.large_text_light
{
	font-size: x-large;
	font-weight: bold;
	color: White;
}

.large_text_dark
{
	font-size: x-large;
	font-weight: bold;
	color: black;
}

.dark_text
{
	color: black;
}

.header_back
{
	background: #5B804D;
}

.recips
{
	font-weight: bolder;
}
