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

body {
	background-color: #4b3d54;
	background-image: url(1-pic-vtp/bg.jpg);
	background-repeat: repeat-x;
	background-position:top center;
	margin-top: 0 ;
}
.smallwhite {
	font-size: 11px;
	color: #FFF;
	font-family: "Arial Black", Gadget, sans-serif;
}

.white13 {
	font-size: 13px;
	color: #FFF;
	font-family: "Arial Black", Gadget, sans-serif;
}

.white {
	font-size: 15px;
	color: #FFF;
	font-family: "Arial Black", Gadget, sans-serif;
}

.gray {
	font-size: 15px;
	color:#9c9c9c;
	font-family: "Arial Black", Gadget, sans-serif;
}

.purple {
	font-size: 15px;
	color:#7d00ce;
	font-family: "Arial Black", Gadget, sans-serif;
}
a:link {
	color:#7F6FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7F6FFF;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #CCC;
}

.m:link {
	color: #FFF;
	text-decoration: none;
}
.m:visited {
	text-decoration: none;
	color: #FFF;
}
.m:hover {
	text-decoration: none;
	color: #7B04CD;
}
.m:active {
	text-decoration: none;
	color: #CCC;
}