body{
	background-image: url(http://rex2theater.com/images/bg.jpg);
	color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
A:link, A:visited {
	text-decoration: none;
	color: #CCCCCC;
}
A:hover	{
	text-decoration: underline;
	color: #CCCCCC;
}
blue:link, blue:visited{
	text-decoration: none;
	color: #0000FF;
}
blue:hover {
	text-decoration: underline;
	color: #0000FF
}
.button {
	font-family: Arial,Verdana;
	font-size: 12px;
	background-color: #0033CC;
	color: #FFFFFF;
	border-top: 1px solid #0033FF;
	border-right: 1px solid #0033CC;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #0033CC;
}
.textarea {
	border: 1px solid #00FF00;
	background-color: #999999;
}
.msover {
	color: #000000;
	background-color: #0000FF;
}
.msout {
	filter: alpha(opacity=00);
	color: #FFFFFF;
}