/* ARTICLES.CSS "Cascading style sheet" */

body {font-family: arial, verdana, sans-serif; font-size: 10pt; color: #000000; background: #aaaaaa; }

div {color: #000000; background: #ffffff; border: solid gray thin; padding: 5px;}

div.desc {margin-left: 5%; margin-right: 5%; margin-bottom: 10px; color: #000000; background: #ffffff; border: solid gray thin; padding: 5px; }
div.story {margin-left: 5%; margin-right: 5%; color: #000000; background: #ccffff; border: solid gray thin; padding: 5px; }

/* This is for the photos on one of the Walter Johnson articles: */
div.photo {width: 500px; border: solid gray thin; padding: 5px; color: #000000; background: #ffffff; }
div.f {padding: 5px; color: #000000; background: #ffffff; }

h1, h2, h3, h4, h5 { text-align: center; }
h1 { font-size: 20pt; }
h2 { font-size: 16pt; }
h3 { font-size: 12pt; }
h4 { font-size: 10pt; }
h5 { font-size: 8pt; }

p { text-align: justify; text-indent: 3%; }
p.caption { text-indent: 0; text-align: center; font-family: arial, verdana, sans-serif; font-size: 10pt; }

span.smallcaps {font-variant: small-caps; font-weight: bold; }
span.corr {color: red; font-weight: bold; }

A:link { color: #ff0000; text-decoration: none; }
A:visited { color: #0000ff; text-decoration: none; }
A:hover { text-decoration: underline; }

/* last updated 20 Jul 2011 */
