/*
 * Standard style sheet for Bet Havarim Web site
 * $Id: std.css,v 1.1 2003/06/30 05:18:18 bethava Exp $
 * $Source: /home/bethava/.cvs_repository/std.css,v $
 * $Revision: 1.1 $
 * $Name:  $
 * Copyright © 2003 Bet Havarim.  All rights reserved.
 */

/* Page-global style */
body    {background-color: #ffffcc;}

.c		{text-align: center;}
.red	{color: red;}
.bold	{font-weight: bold;}
.italic	{font-style: italic;}

/* Headings, titles */
h1      {font-family: sans-serif;}
h2      {font-family: sans-serif;}
h3      {font-family: sans-serif;}

h2.cuc  {text-align: center; text-transform: uppercase;}

h1.head {text-align: center; font-family: serif;}

/* Paragraphs */
p       {font-size: 12pt;}
p.uc    {text-transform: uppercase;}
p.nav   {font-size: smaller;}
p.sm    {font-size: smaller;}
p.vsm    {font-size: xx-small;}
p.rsm   {text-align: right; font-size: smaller;}
p.credit	{font-size: xx-small; font-family: sans-serif;}

/* Indented paragraphs */
p.in    {margin-left: 2em;}
p.insm  {margin-left: 1em; font-size: 11;}

/* Tables */
tr.cnxl	{color: gray;}
td.ct   {align: center; valign: top;}
td.lm   {align: left; valign: middle;}
