@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #E1AEC4;
	text-decoration: none;
}
a:active {
	color: #E1AEC4;
	text-align: left;
}
.heading {
	color: #DA94AF;
	padding-top: -10px;
	margin-top: -10px;
}
.text {
	color: #F4F4F4;
	font-size: 16px;
	text-align: left;
}
.menu {
	font-size: 14px;
	color: #FFF;
	background-color: #A93A66;
	font-family: Arial, Helvetica, sans-serif;
	}
.textother {
	color: #FFF;
	text-align: justify;
	
}
.includetext {
	font-size: 12px;
	color: #FFF;
}
.headingtext {
	color: #DFA2BA;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
.headingtextbold {
	color: #DA94AF;
	font-size: 20px;
	text-align: center;
}
.higlited {
	color: #E29EBB;
}
#Next {
	width: 100px;
	float: right;
}
.heading2 {
	color: #DA94AF;
	text-align: center;
}
#tablecontent {
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	
}
#tablecontent .headingtext .text     {
	font-weight: normal;
}
.current {
	color: #E1AEC4;
}
p {
	color: #F4F4F4;
}

