
body,p,.noformat {
		color:white;
		font-family:arial, tahoma, sans-serif;
		border:0px;
		background:black;
		margin-right: 5px;
		margin-left: 5px;
		scrollbar-arrow-color:yellow;
		scrollbar-darkshadow-color:black;
		scrollbar-base-color:aqua;
		scrollbar-face-color:#004747;
		scrollbar-highlight-color:#007070;
		scrollbar-shadow-color:#002A2A;
		scrollbar-track-color:black;
}

a:link, a, a:active, a:visited, .buttons, .buttons:link, .buttons:active, .buttons:visited, .buttons:hover {
		class: p;
		color: aqua;
		text-decoration: none;
}

.bigbuttons, .bigbuttons:link, .bigbuttons:active, .bigbuttons:visited, .bigbuttons:hover {
		class: p;
		color: white;
		font-weight: bold;
}

.orderform, .orderform:link, .orderform:active, .orderform:visited, .orderform:hover {
		class: p;
		color: white;
		text-align: right;
		font-weight: bold;
}

.center {
	class: p;
	text-align: center;
}

a:hover, .buttons:hover {
		class: p;
		color: yellow;
		text-decoration: underlined;
}

h2 {
	text-align:center;
	color:yellow;
	font-family:arial, tahoma, sans-serif;
}

h3 {
	text-align:center;
	color:yellow;
	font-family:arial, tahoma, sans-serif;
}

.title {
	class: p;
	color: aqua;
	font-weight: bold;
	text-align: left;
}

.ordertitle {
	class: p;
	color: aqua;
	font-weight: bold;
	text-align: center;
}

.price {
	class: p;
	color: aqua;
	font-weight: bold;
	text-align: right;
}

.description {
	class: p;
}

table
{
	border-top:1px solid #FFFF00;
}

.tablenoborder
{
	border-top:none;
}

.yellowborder {
	border-top:1px solid #FFFF00;
	border-bottom:1px solid #FFFF00;
	border-left:1px solid #FFFF00;
	border-right:1px solid #FFFF00;
}

