body {
	margin: 10px;
	background-color: #000066;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	color: #000000;
}
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: 22pt;
	color: #B70000;
}
h2 {
	margin: 0px;
	font-family: Tahoma;
	font-size: 16pt;
	font-weight: 700;
	letter-spacing: -1px;
	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;
}

.style4 {
	font-family: Courier New;
	font-size: 12px;
	color: #000000;
}

.border1 {border: 3px #000000 solid;}
.border2 {border: 3px #343434 solid;}
.border3 {border: 1px #000000 solid;}
.border4 {border: 3px #000080 dashed;}

p {
	margin: 0px;
	font-family: Georgia;
	font-size: 12pt;
	font-weight: 400;
	color: #000000;
}