BODY {
	color: black;
	background-color: #90BED5;
	font-family: Arial, Verdana, sans-serif;
	
}


A {
	color:white;
}

A:HOVER {
	color: #EDF4F8;
}

a:hover.dark_text
{
	color: #4D6E80;
}


.table_back
{

	background-color: #EDF4F8;
}

H1{
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}

.layout_border_color{
	border-color: #EDF4F8;
}

.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: #4D6E80;
}

.recips
{
	font-weight: bolder;
}

.brighter_complex
{
	color:#DE8D87;
}

a:hover.brighter_complex
{
	color:#90BED5;
}
