/* style.css
**   by Neal Binnendyk, nealabq -at- gmail, http:://nealabq.com/
*/

/* Import the parent style-sheet.
**/
@import url( "../style.css" );

table.sheet
{
  background-color : #666666;

  border-color : #464646;
  border-collapse : collapse;
  border-width : 0;
  border-spacing : 0;
  border-style : solid;
}

table.sheet td
{
  text-align : center;

  background-color : #666666;
  padding : 0.4em;

  border-color : #464646;
  border-width : 2px;
  border-style : solid;
}

table.hseq td
{
  vertical-align : middle;
  padding : 0.4em;
}

table.hseq td.rarr
{
  font-size : 300%;
  font-weight : bold;
}

/* *** - end of file - *** */

