BODY {
	color: black;
	background-color: #D590D2;
	font-family: Arial, Verdana, sans-serif;
	
}


A {
	color:white;
}

A:HOVER {
	color: #F8EDF8;
}

a:hover.dark_text
{
	color: #804D7E;
}


.table_back
{

	background-color: #F8EDF8;
}

H1{
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}

.layout_border_color{
	border-color: #F8EDF8;
}

.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: #804D7E;
}
