/* File Modified: 1999-May-01 */
/* styles.css -- Style Sheet File for Personal Web Site */
/* (c) 1999 by Ziemowit Laski.  All Rights Reserved.    */
/* Written by Ziemowit Laski                            */

BODY     {text-align: left}
P, TABLE, A, UL, OL, H1, H5, TR, TD
         {font-family: "Georgia", "Times New Roman", "serif"}
P, TABLE, A
         {font-size: 13pt; font-weight: 100}
H1       {text-align: center; font-size: 36pt}
H1 TT    {font-size: 36pt}
H2       {font-size: 20pt}
H3       {text-align: center}
H5       {font-style: italic; font-size: 10pt; text-align: center;
          font-weight: 300}
TABLE    {align: center}
LI       {margin-bottom: 2pt; list-style-image: url("ball.gif")}
HR       {width: 100%; height: 1; align: center}
BODY.main
         {background-image: url("background.jpg")}
BODY.side
         {background-image: url("stucco.gif")}
BODY.side A
         {font-size: 12pt; font-weight: 600; text-align: left}

/* The banner HTML that is written by the put_heading function (heading.js)
   no longer references this file, since IE on the Macintosh does not seem to
   be able to handle such indirection. */
BODY.banner
         {padding: 0px; margin-top: 1px; color: #ffffff;
          background-color: #666666}  /* banner frame */
BODY.banner P
         {font-size: 18pt; font-weight: 800}  /* banner font */


A        {color: #704000; text-decoration: underline}
A:hover  {color: #0f0fff; text-decoration: underline}
A.big    {font-size: 28pt}
P.new    {font-size: 13pt; margin-top: 0pt; margin-bottom: 0pt;
          text-align: center; font-style: italic; color: #ff0000;
          text-decoration: none}
P.image  {text-align: center; margin-top: 0pt; margin-bottom: 0pt}
TT,PRE   {font-size: 13pt; font-family: "Courier New", "Courier", "monospace";
          color: #380000; font-weight: 600}       /* source code */
SUP, SUB {font-size: 8pt}
H1 SUP, H1 SUB
         {font-size: 20pt}


