body {
	background-color: #414141;
}
.border {
	border: thick solid #333333;
}
.redtext {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #CB5332;
}
a:link
	{
	color: #9E4127;
	background-color: transparent;
	text-decoration: underline;
}
a:visited
	{
	color: #9E4127;
	background-color: transparent;
	text-decoration: underline;
}
a:hover
	{
	color: #9E4127;
	background-color: transparent;
	text-decoration: underline;
}
.whiteText {
	color: #FFFFFF;
	font-size: 11px;
}
