@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #000;
}
.MyCopyright{
	color:#FFF;
}
a:link {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color:#F00;
}
a:active {
	text-decoration: none;
}
.MyText {
	color: #FFF;
	font-weight: bold;
	
	}
.MyErrorText {
	color:#F00;
	font-weight:bolder;
	}