/* Basic text */
body {font-family: serif; background-image: url(paper.jpg); color: black}

/* Lists */
ol.lowroman { list-style-type: lower-roman }
ol.lowalpha { list-style-type: lower-alpha }

/* Links */
a:visited {color: black}
a:link {color: rgb(127,0,0)}

/* Various titles */
h1 {font-family: "arial black", arial, helvetica, sans-serif; text-align: center}
h2 {font-family: arial, helvetica, sans-serif; text-align: center}
h3 {font-family: arial, helvetica, sans-serif; text-align: center}

/* Various paragraph styles */
p.citation {text-align: center; font-style: italic; font-size: 150%}
p.source {font-family: arial, helvetica, sans-serif; text-align: center; font-style: italic; font-size: 75%}
p.center {text-align: center}
p.kicker {font-family: arial, helvetica, sans-serif; text-decoration: underline; font-size: large}
p.title {font-family: arial, helvetica, sans-serif; font-size: large}

/* The navigation bar */
p.navbar {text-align: center; font-family: arial, helvetica, sans-serif}

/* The email blockquote */
blockquote.email {font-family: monospace; font-style: italic}
blockquote.poetry {font-style: italic}
blockquote {font-family: sans-serif; font-style: italic}

pre.poetry {font-style: italic; font-family: serif}

/* Rules */
hr.heavy {height: 3px; width: 50%; background-color: black; color: black; border: none}
hr.title {height: 4px; background-color: black; color: black; ; border: none}
hr.end {height: 2px; background-color: black; color: black; border: none}
hr.obs {height: 2px; background-color: rgb(150,128,120); color: rgb(150,128,120); border: none}

/* Center aligning tables using "text-align: center" stopped working with Microsoft Internet Explorer 5.0.
I have tried various other options, but nothing else seems to work, so I think I am stuck using a <center>
element outside of tables that I want centered.  :-( */

/* The table of inline blurbs */
table.blurbl {font-size: 150%; font-weight: bold; color: rgb(150,128,120);
float: left;  clear: none; width:40%}
table.blurbr {font-size: 150%; font-weight: bold; color: rgb(150,128,120);
float: right;  clear: none; width:40%}
table.blurbl hr {height: 1px}
table.blurbr hr {height: 1px}
table.blurbl hd {text-align: right}
table.blurbr hd {text-align: right}

/* The table of reports */
table.reports {border-width: thin;
background-color: rgb(200, 188, 184);
border-color: black}

table.reports caption {font-style: italic; font-size: large}
table.reports th {font-style: italic}
table.reports td {text-align: left}
table.reports th.month {background-color: rgb(150,128,120); text-align: left; font-size: 125%}

/* The table of yearly archives */
table.years {border-width: thin; border-color: black; font-family: arial, helvetica, sans-serif}

/* The table of technical observation data */
table.tech {border-width: thick; background-color: silver}
table.tech caption {font-style: italic}
table.tech th {font-style: italic}

/* The table of months */
table.months {background-color: rgb(200, 188, 184); border-color: black}
table.months td {text-align: center}

/* The navigation bar */
table.navbar {border-color: black}
table.navbar td {text-align: center; font-style: italic}

/* The table of observation data */
table.log {border-style: solid; border-width: thin; background-color: silver; border-color: black; color: black}
table.log caption {font-style: italic}
table.log th {font-style: italic; background-color: rgb(160,160,160)}
table.log th.title {text-align: left; font-size: 125%}

/* The table of observation data */
table.starlog {border-width: thin; background-color: silver; border-color: black; color: black}
table.starlog caption {font-style: italic}
table.starlog th {background-color: rgb(160,160,160); text-align: left}
table.starlog td {padding-left: 3em}

/* Dialog list */
dl.dialog dt {font-weight: bold}
dl.indentedDL dt {margin-left: 5em; font-style: italic; font-weight: bold}
dl.indentedDL dd {margin-left: 6em; margin-bottom: 1em}

