/* this is a css file for html files of mine that are plain and
ARE IN MY POETRY DIRECTORY.  use another plain*.html (but not
plain.html) for those in another directory.  all i change
in this css really are fonts and colors of links and the headers
and add margins (thus assuming all text is in between the body 
tags).  i assume any independent text coloring and highlighting 
as well as tables are done in the HTML file itself */

             /* basic constructs */

a:link { color: #2c529b;}

a:visited { color: #2c529b;}

a:active { color: #2c529b;}

body
{
    BACKGROUND-COLOR: white;
    COLOR: black;
    FONT-FAMILY: verdana, sans-serif;
    FONT-SIZE: 14px;
    margin-top: 0ex;
    margin-bottom: 5%;
    margin-left: 8%;
    margin-right: 8%;
}  

h1, h2, h3, h4, h5, h6 { COLOR: #2C529B; }
h1 { FONT-SIZE: 28px; }
h2 { FONT-SIZE: 18px; }
h3 { FONT-SIZE: 16px; }
h4 { FONT-SIZE: 16px; }
h5 { FONT-SIZE: 16px; }
h6 { FONT-SIZE: 16px; }

address { font-size: 12px; }
table { font-size: 14px; }
