/* this is a css file for html files of mine that are plain and are
papers and presentation abstracts, paper and presentations access
pages, or papers and presentations.  don't use this css file for any 
other purpose.

all i change in this css really are fonts and colors of links and the 
headers.  i also add margins, and thus assume that all text in the
document in inside 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: 2ex;
    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; }
