/* 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(bgwhite.gif); */
body {
  font-size:12pt;
  font-family:Times New Roman,Times;
  color:black;
  line-height:16pt;
  margin-left:10pt;
  margin-right:10pt;
  background:url(bgwhite.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;
}

h3 {
  font:12pt Times New Roman,Times;
  font-weight:bold;
  line-height:10pt;
}

div {
  padding:3px;
}

div.title {
  font-size:18pt;
  font-weight:bold;
  font-variant:small-caps;
  letter-spacing:2px;
  color:black;
}

div.image {
  float:left;
}

div.info, div.favorites {
  float:left;
  vertical-align:top;
}

/* Table information, paypal*/
table.info {
  clear:both;
  text-align:center;
  font-size:12pt;
  float:left;
  vertical-align:top;
}

table.stats {
  width:100%;
  clear:both;
  text-align:center;
  font-size:10pt;
}

/* Don't underline links, and make all links red.
   Make links flash black when activated. inset  outset ridge groove   */

div.mylinks {
  text-align:center;
  font-size:10pt;
  border-width:2pt;
  border-style:ridge;
}

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;
}

div.byline {
  font-style:italic;
}

div.footnote {
  font-size:9pt;
  line-height:12pt; 
}

.bold {
  font-weight:bold;
}

.italic {
  font-style:italic;
}

