﻿body {margin-left: 10px;
      margin-right: 10px;
      background: url("../images/paper.gif");
      font-family: Arial;
      color: rgb(0,0,0);}

a:link    {color: rgb(0,0,255); text-decoration: none;}
a:active  {color: rgb(255,0,255); text-decoration: none;}
a:visited {color: rgb(0,0,255); text-decoration: none;}
a:hover   {color: rgb(0,200,255); text-decoration: none;}

.textwrapright {float: right;
  margin: 10px;}
      
.textwrapleft {float: left;
  margin: 10px;}

h1 {font-style: bold; font-size: xx-large; color: rgb(255,0,0); text-align: center;}
h2 {font-style: bold; font-size: x-large; color: rgb(255,0,0); text-align: center;}
h3 {font-style: bold; font-size: large; color: rgb(255,0,0);}
h4 {font-style: bold; font-size: medium; color: rgb(255,0,0);}
h5 {font-style: bold; font-size: small; color: rgb(255,0,0);}

p {font-size: medium;}

li {font-size: medium;}

figure {
  border: 0px solid #000;
  display: table;
  width: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: small; 
  font-style: italic; 
  text-align: left;
  color: rgb(0,100,120);
  padding: 5px;
}