h1 { font-family: "Times New Roman", Serif; color: #B41800; text-align: center }
h2 { font-family: "Times New Roman", Serif; color: #B41800; text-align: left }
h3 { font-family: "Times New Roman", Serif; color: #B41800; }
p { font-family: Arial, Verdana, Sans-Serif; }
td { font-family: Arial, Verdana, Sans-Serif; }
a { color: darkgreen; font-weight: bold }
a:hover { color: #b41800; font-weight: bold }
strong { color: #B41800; }

body 
{
  font-family: arial, helvetica, sans-serif;
  font-size: medium;
  color: black; 
  background: white;
  text-align: center;
}

ul { text-align: left }

.timestamp {
  font-family: "Times New Roman", Serif;
  font-size: 10pt;
  font-style: italic;
  color: black;
  text-align: left;
}

.menu {
  font-family: Verdana, Arial, Sans-Serif;
  font-size: x-small;
}

.greenframe
{
  margin: 0;
  padding: 0;
  border: thick solid #143C08;
  border-right: none;
  border-bottom: none;
}

.goldframe
{
  margin: 0;
  padding: 5;
  border: thick solid #C8C850;
  border-right: none;
  border-bottom: none;
}

.redframe
{
  margin: 0;
  padding: 5;
  border: thick solid #B41800;
  border-right: none;
  border-bottom: none;
}

.mainframe
{
  background-image: url("graphics/watermark.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}

.menu2 
{
   font-family: Arial, Helvetica, Sans-serif;
   font-size: x-small;
   color: navy;
}

.menu a { color: #b41800; text-decoration: none }
.menu a:hover { color: #b488100; text-decoration: underline }
.menu2 a { color: teal; text-decoration: none }
.menu2 a:hover { color: indigo; text-decoration: underline }

.detail img { border: thick solid indigo }
.detail td { color: indigo; text-align: left }
.detail a { color: teal }
.detail { color: teal }

.gallery img { border: thin solid indigo }
.gallery { font-size: x-small; color: indigo }

.plain img { border: none }
.justify { text-align: justify; font-size: small }

.jasmine { font-family: Verdana, Arial, Sans-serif; font-size: xx-small; vertical-align: top; text-align: center; color: #b41800}
.jasmine a { color: darkgreen; text-decoration: none; }
.jasmine a:hover { color: darkred; text-decoration: underline; }

