BODY {
	color: Black;
	background-color: White;
	font-family: Arial, sans-serif;
	font-size: small;
	background-image: url(../images/background.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
h1 { 
	font: italic bold 15pt Arial; 
	color: Black;
	}
.disclaimer
	{
		font-size: x-small;
		color: Red;
	}
.discount
	{
		color: #0000CD;
		font: bold 10pt Arial;
	}
.orderprogress
	{
		font-size: x-small;
		color: Gray;
	}
.subtext
	{
		font-size: x-small;
	}
.finalprice
	{
		font-size: large;
	}
.fancytext
	{
		font-size: larger;
		color: #0C80FB;
	}
.adminbox1
	{
		background-color: #FFBC4A;
		border: 1px solid #178EFF;
		font-size: 11px
	}
.adminbox2
	{
		background-color: #FFFFFF;
		border: 1px solid #000000;
		font-size: 11px
	}
.databox
	{
		background-color: #F0E68C;
		border: 1px solid #565656;
		font-size: x-small;		
	}