a:link {color: #98c000;}
a:visited {color: #98c000;}
a:active {color: #98c000;}
a:hover {color: #98c000; text-decoration:none;}

body

{

font-family: Arial;
font-size: 8pt;
background-color:#ffffff;
color:#000000;

border-font-family: Arial;
border-font-size: 8pt;

SCROLLBAR-FACE-COLOR: #D2D2D2;
SCROLLBAR-HIGHLIGHT-COLOR: #D2D2D2;
SCROLLBAR-SHADOW-COLOR: #535353;
SCROLLBAR-3DLIGHT-COLOR: #535353;
SCROLLBAR-ARROW-COLOR: #535353;
SCROLLBAR-TRACK-COLOR: #D2D2D2;
SCROLLBAR-DARKSHADOW-COLOR: #D2D2D2;

}



h1, h2, h3, h4, h5, h6
{
	font-family: Arial;
	font-size: 8pt;
}
h1
{
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
}
h2
{
	color: #000000; 
	font-family: Arial;
	font-size: 8pt;
}
h3
{
	color: #000000; 
	font-family: Arial;
	font-size: 8pt;
}
h4
{
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
}
h5
{
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
}
h6
{
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
}


/* ### -- -- -- -- -- Shop -- -- -- -- -- ### */

.containerShop {
	border: 0;
	margin: 10px 0 10px 0;
	padding: 0 5px 0 0;
	clear: both;
	width: 380px !important;
	display: table;
}
.shopImage {
	float: left;
	display: block;
	width: 90px;
}
.shopImage img {
	margin: 5px 0 0 0;
	border: 1px solid #4a005d;
	width: 85px;
}
.shopBody {
	float: right;
	display: block;
	width: 280px;
	text-align: justify;
}
.shopBody h3, .shopBody h3 a:link, .shopBody h3 a:visited, .shopBody h3 a:hover, .shopBody h3 a:active {
	padding: 0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	margin: 0;
	color: #98c000;
}
.shopTitle {
	float: left;
	display: block;
	width: 400px;
}
.shopTitle h2 {
	padding: 0 0 10px 0;
	font-size: 8pt;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
	margin: 0;
	color: #4a005d;
}

.shopPrize {
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
	display: block;
	width: 80px;
}
.shopPrize h2 {
	padding: 0 0 10px 0;
	font-size: 8pt;
	font-style: italic;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	color: #98c000;
}
