/* Make all body text black-colored 12-point Times New Roman
   with 16-point vertical spacing between lines of text
   and 10-point margins. If used for background use this background:url(parchment.gif); */
body {
  font-size:12pt;
  font-family:Times New Roman;
  color:black;
  line-height:16pt;
  margin-left:10pt;
  margin-right:10pt;
  background:url(parchment.gif);
}

/* Indent paragraphs */
p {
  margin-left:24pt;
  margin-right:24pt;
}

/* Make headings Times New Roman bold with generous line spacing.
   If user doesn't have Times New Roman, use Times. */
h1 {
  font:24pt Times New Roman,Times;
  font-weight:bold;
  line-height:30pt;
}

h2 {
  font:18pt Times New Roman,Times;
  font-weight:bold;
  line-height:22pt;
}

div {
  padding:3px;
}

div.image {
  float:left;
  vertical-align:top;
}

/* Table information */
table.info{
  text-align:center;
  font-size:12pt;
}

/* Credit, if for web site designed and created by.  */
div.credit {
  text-align:center;
  font-size:10pt;
  font-style:italic;
  line-height:12pt;
}

/* Don't underline links, and make all links red.
   Make links flash black when activated. inset  outset ridge groove. */
a {
  text-decoration:none;
}

a:link {
  color:blue;
  font-weight:bold;
  font-size:12pt;
}

a:visited {
  color:red;
  font-weight:bold;
  font-size:12pt;
}

a:active {
  color:black;
}

a:hover {
  background-color:yellow;
  font-weight:bold;
}

.bold {
  font-weight:bold;
}

.italic {
  font-style:italic;
}
