﻿<!--
/*-----------------------------------------------------------------------
  Global Cascading Style Sheet for the General Information page of the
  Casa "La Esperanza" website.

  (C) Ian C McInnes, 2015                                                 
------------------------------------------------------------------------*/

/* glossary */
table.glossary
{
  color:LightYellow;
  background-color:Black; 
  border:2px solid white;
  border-collapse:collapse;
  left:0px;
  width:100%;
  position:relative;
}
table.glossary tr { border-bottom:1px solid DimGray; }
table.glossary tr.blank { border-bottom:0px; }
table.glossary td.term { width:240px; left:10px; vertical-align: top; }
table.glossary td.explanation { }
section.key ul li { height:1.5em; }
-->
