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

A {
	color:black;
}

A:HOVER {
	color: #B9ACAC;
}

a:hover.dark_text
{
	color: #4D4D80;
}


.table_back
{

	background-color: #996674;
}

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



.small_text{
	font-size: xx-small;
	color: white;
}


.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;
}

.light_text
{
	color:#D4E7F7;
}

A:hover.light_text
{
	color:#94B8E9;
}
.header_back
{
	background: #669999;
}