BODY, TD {
	font-family : Arial ;
	font-size : 8pt;
	font-weight: bold;
	color: Black;
	border : thin inset White;
        background-repeat: no-repeat;
}

A {
	text-decoration: none;
	color: Black;
}

A:Hover {
	text-decoration: underline;
	color: Black;
	text-decoration: none; 
        position: relative; top: 1.5px; left: 1.5px;
        font-weight : bold;
	background-position : center;
	background-repeat : no-repeat;
	background-color : transparent;
}

A.menu:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	position: relative;
	top: 0px;
	left: 0px;
}



div.Article {
  background: 
	url(http://www.salesplaza.nl/images/tabel/top_menu_left.gif) 
  top left no-repeat;
  width:35%;
  }
div.Article h2 {
  background: 
	url(http://www.salesplaza.nl/images/tabel/top_menu_right.gif) 
  top right no-repeat;
  font-size:1.3em;
  padding:15px;
  margin:0;
  }
div.ArticleBody {
  background: 
	url(http://www.salesplaza.nl/images/tabel/middle_menu_right.gif) 
  top right repeat-y;
  margin:0;
  margin-top:-2em;
  padding:15px;
  }
div.ArticleFooter {
  background: 
	url(http://www.salesplaza.nl/images/tabel/bottom_menu_left.gif) 
  bottom left no-repeat;
  }
div.ArticleFooter p {
  background: 
	url(http://www.salesplaza.nl/images/tabel/bottom_menu_right.gif) 
  bottom right no-repeat;
  display:block;
  padding:15px;
  margin:-2em 0 0 0;
  }
