/* this is a css file for html files of mine that are plain and are content 
or information files one level down from the root level.  they are for:

  my research interests descriptions
  my teaching related pages (course listing descriptions, annotated 
     bibliographies, etc.)
  my top 10 books page

note that papers and presentation abstracts, paper and presentations access
pages, or papers and presentations use the plain.css css file.

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 also center h1, add a footer div block and make some changes to the 
address block.  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: 2ex;
    margin-bottom: 5%;
    margin-left: 8%;
    margin-right: 8%;
}  

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

address
{
    margin-top: 5ex;
    margin-bottom: 3ex;
    FONT-SIZE: 12px;
    padding-top: 1.5ex;
    border-top: gray 2px solid;
}

address img { float: right; }

table { font-size: 14px; }

div.footer
{
}
