body{
	font-family : Arial, Helvetica, sans-serif;
	font-size   : 12px;
	background : #FF9C00;
	color      : #white;
	/*scrollbar-arrow-color     : #2A3883;
	scrollbar-face-color      : #C7DBFF;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color    : #FFFFFF;
	scrollbar-track-color     : #FFFFFF;*/

}

table.history1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : white;
	font-style: normal;
	font-weight: normal;
	background-image: url(img/history_bg_1.gif);
	background-repeat: repeat;
}

table.history2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : white;
	font-style: normal;
	font-weight: normal;
	background-image: url(img/history_bg_2.gif);
	background-repeat: repeat;
}

table.ads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : white;
	font-style: normal;
	font-weight: normal;
	background-image: url(img/ad_bg.gif);
	background-repeat: repeat;
}

table.products_simpsons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : white;
	font-style: normal;
	font-weight: normal;
	background-image: url(img/products_bg_simpsons.gif);
	background-repeat: repeat;
}

table.products1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : white;
	font-style: normal;
	font-weight: normal;
	background-image: url(img/products_bg_1.gif);
	background-repeat: repeat;
}

table.products2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : white;
	font-style: normal;
	font-weight: normal;
	background-image: url(img/products_bg_winnie.gif);
	background-repeat: repeat;
}

table.products3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : white;
	font-style: normal;
	font-weight: normal;
	background-image: url(img/products_bg_3.gif);
	background-repeat: repeat;
}

table.products4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : white;
	font-style: normal;
	font-weight: normal;
	background-image: url(img/products_bg_4.gif);
	background-repeat: repeat;
}

table.products5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : white;
	font-style: normal;
	font-weight: normal;
	background-image: url(img/products_4_bg.jpg);
	background-repeat: repeat;
}


tr, td{
	font-family : Arial, Helvetica, sans-serif;
	font-size   : 12px;
	color      : white;
}

a:link {
	color           : white;
	text-decoration : underline;
}

a:visited {
	text-decoration : underline;
	color           : white;
}
a:hover {
	text-decoration : none;
	color           : #FFD200;
}
a:active {
	text-decoration : none;
	color : white;
}

