  #secondexample .rbroundbox    { background: url(images/Soft-Yellow-Center.jpg) repeat; }
  #secondexample .rbtop         { background: url(images/Soft-Yellow-Top.jpg) repeat-x; }
  #secondexample .rbtop div     { background: url(images/Soft-Yellow-Top-Left.jpg) no-repeat top left; }
  #secondexample .rbtop div div { background: url(images/Soft-Yellow-Top-Right.jpg) no-repeat top right; }
  #secondexample .rbbot         { background: url(images/Soft-Yellow-Bottom.jpg) repeat-x; }
  #secondexample .rbbot div     { background: url(images/Soft-Yellow-Bottom-Left.jpg) no-repeat top left; }
  #secondexample .rbbot div div { background: url(images/Soft-Yellow-Bottom-Right.jpg) no-repeat top right; }
  #secondexample .rbcontentwrap { background: url(images/Soft-Yellow-Middle-Left.jpg) repeat-y; }
  #secondexample .rbcontent     { background: url(images/Soft-Yellow-Middle-Right.jpg) repeat-y right; }

   
   /* height and width details */
  #secondexample .rbtop div, #secondexample .rbtop, #secondexample .rbbot div, #secondexample .rbbot {
  	width: 100%;
  	height: 26px;
  	font-size: 1px;
  }
  #secondexample .rbcontent  { padding: 1px 2em; margin: 0;  }
 #secondexample .rbroundbox { width: 350px;  }
 
 
 .wordlink
	{
	vertical-align: top;
	padding-top: 4px
	}

a.wordlink:link {color: #000033; text-decoration: none;}     /* unvisited link */
a.wordlink:visited {color: #000033; text-decoration: none;}  /* visited link */
a.wordlink:hover {color: #000033; font-weight: bold;}   /* mouse over link */