BODY {
	color: black;
	background-color: #90D5D5;
	font-family: Arial, Verdana, sans-serif;
}



A {
	color:#4D8080;
}

A:HOVER {
	color: #B5E3E3;
}

H1{
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}

.large_text_light
{
	font-size: x-large;
	font-weight: bold;
	color: White;
}

.large_text_dark
{
	font-size: x-large;
	font-weight: bold;
	color: black;
}

.recips
{
	font-weight: bolder;
}

.vibrant_1
{
	color:#FF99B6;
}

.vibrant_2
{
	color:#E0BB52;
}

.table_back
{
	background-color: #D9F1F1;
}

.black_border
{
	border-color: black;
}