body {
	margin: 10px;
	background-color: #000000;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
}
A:link {
	text-decoration: underline;
	color:#0000FF;
}
A:visited {
	text-decoration: underline;
	color:#0000FF;
}
A:active {
	text-decoration: underline;
	color:#0000FF;
}
A:hover {
	text-decoration: none;
	color:#CCCCCC;
}
h1 {
	margin: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 18pt;
	color: #B70000;
}
h2 {
	margin: 0px;
	font-family: Tahoma;
	font-size: 15pt;
	font-weight: 700;
	color: #000000;
}
h3 {
	margin: 0px;
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: 700;
	color: #000000;
}
.price {
	margin: 0px;
	font-family: Tahoma;
	font-size: 16pt;
	font-weight: 700;
	color: #B70000;
}
.order {
	margin: 0px;
	font-family: Tahoma;
	font-size: 16pt;
	font-weight: 700;
	color: #B70000;
}
.upgrade {
	margin: 0px;
	font-family: Tahoma;
	font-size: 15pt;
	font-weight: 700;
}
.download {
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: 400;
}
.order1 {
	margin: 0px;
	font-family: Tahoma;
	font-size: 16pt;
	font-weight: 700;
	color: #000000;
}
.order2 {
	margin: 0px;
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: 400;
	color: #000000;
}
.order3 {
	margin: 0px;
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: 400;
	color: #000000;
}
.text {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

.border1 {border: 1px #000000 solid;}
.border2 {border: 3px #000066 dashed;}
.border3 {border: 1px #000000 solid;}
.border4 {border: 5px #B70000 dashed;}

p {
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
.box {
width: 500px;
padding:10px;
border: 2px #B70000 solid;
margin: 0px auto 0 auto;
background-image:url(images/box.gif);
background-repeat:repeat-x,y;
}