.style1 {
	font-size: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
body,td,th {
	font-size: 10px;
	color: #FF00FF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 10px;
	text-transform: uppercase;
}
.welcome {
	font-size: 200px;
	color: #FF00FF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 160px;
	text-transform: uppercase;
	text-align: justify;
}
.shop {
	font-size: 10px;
	text-align: center;
	line-height: 50px;
	color: #FF00FF;
}
.shop A:link, .shop A:visited, .shop A:active{
	font-size: 10px;
	text-align: center;
	line-height: 50px;
	color: #FF00FF;
	text-decoration: blink;
}
.lineup {
	font-size: 80px;
	line-height: 80px;
}
body {
	background-color: #000033;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.welcomer {
}
a:link {
	color: #FF00FF;
}
a:visited {
	color: #FF00FF;
}
a:hover {
	color: #FF00FF;
}
a:active {
	color: #FF00FF;
}
.blackbgtext {
	background-color: #000000;
	border: 3px dotted #00FF00;
	color: #00FF00;
}