﻿body
{
	background-color: #000000;
	
}
	.auto-stylenone {
}

.BlueBG {
	background-color: #00CCCC;
	font-size: Large;
	text-align: Center;
	border-width: 1px;
	color: rgb(0, 0, 0);
	font-family: "Times New Roman", Times, serif;
}

.RedBG {
	background-color: Red;
	font-size: Large;
	text-align: Center;
	border-width: 1px;
	font-family: "Times New Roman", Times, serif;
}

.GreenTxt {
	font-size: large;
	text-align: Center;
	border-width: 1px;
	color: Lime;
	font-family: "Times New Roman", Times, serif;
}

.MidWhiteTxt {
	font-size: 20px;
	text-align: Center;
	border-width: 1px;
	color: White;
	font-family: "Times New Roman", Times, serif;
}

.WhiteTxt {
	font-size: Large;
	text-align: Center;
	border-width: 1px;
	color: #FFFF00;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
.RedTxt {
	font-size: Large;
	text-align: Center;
	border-width: 1px;
	color: #FF0000;
	font-family: "Times New Roman", Times, serif;
}

.WhiteBG {
	background-color: White;
	font-size: Large;
	text-align: Center;
	border-width: 1px;
	font-family: "Times New Roman", Times, serif;
}

.YellowBG {
	background-color: Yellow;
	font-size: Large;
	text-align: Center;
	border-width: 1px;
	font-family: "Times New Roman", Times, serif;
}

.StdTxt {
	font-size: large;
	text-align: Center;
	border-width: 1px;
	color: #FF9900;
	font-family: "Times New Roman", Times, serif;
}

.StdTxtLineThrough {
	text-decoration: line-through;
	font-size: Large;
	text-align: Center;
	border-width: 1px;
	color: #FF9900;
	font-family: "Times New Roman", Times, serif;
}

.StrikeThruStdTxt {
	font-size: Large;
	text-align: Center;
	border-width: 1px;
	color: #FF9900;
	font-family: "Times New Roman", Times, serif;
	text-decoration: line-through;
}
