/***************************************************************************/
/*  visible/gea.css    2006 Mar 13    svillee                              */
/*                                                                         */
/*  Galt Escrow Agency                                                     */
/*                                                                         */
/*  This software is in the public domain.                                 */
/*                                                                         */
/*  This file contains Cascading Style Sheets directives that control      */
/*  the presentation style of Galt Escrow Agency web pages.                */
/***************************************************************************/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, a {
  font-family: helvetica, sans-serif;
}

div.banner {
  background-color: lime;
  color:            black;
  margin:           0;
  padding:          1em;
}

div.banner h1 {
  background-color: lime;
  color:            black;
  margin:           0;
  text-align:       center;
}

ul.toc {
  list-style: none;
}

table.padded th, table.padded td {
  padding-left:  1em;
  padding-right: 1em;
}

.padtop {
  padding-top: 1em;
}

.rj {
  text-align: right;
}
