
h1  {
    color: #b12121;
    font-size: 36px;
    font-family: "Courier New", Courier, Monaco;
    font-weight: bold;
    line-height: 40px }

h2  {
    color: #b12121;
    font-size: 24px;
    font-family: "Courier New", Courier, Monaco;
    font-weight: bold;
    line-height: 30px }

h3  {
    color: black;
    font-size: 18px;
    font-family: "Courier New", Courier, Monaco;
    font-weight: bold;
    line-height: 20px }
h5  {
    color: #b12121;
    font-size: 24px;
    font-family: "Courier New", Courier, Monaco;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 1px }
h6 {
    color: black;
    font-size: 10px;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: bold;
    font-stretch: expanded;
    text-align: left;
    letter-spacing: 2px }
p  {
    font-size: 12px;
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
    line-height: 20px }
ol {
    color: #333;
    font-size: 12px;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    line-height: 20px;
    list-style-type: none;
    list-style-image: none;
    margin: 0 0 0 30px;
    padding: 0 }
body {
    background-image: url("header.gif");
    background-repeat: repeat-x;
    background-position: 0 0 }
.content {
    margin: 61px 0 120px 165px;
    width: 60% }
.index_btn {
    float: clear;
    text-align: right;
    border: 0;
    }
a:link {
    color: #333;
    text-decoration: none }
a:visited {
    color: #666;
    text-decoration: none }
a:hover  {
    color: white;
    text-decoration: none;
    background-color: #b12121;
    outline-color: #999 }
a:active {
    color: red;
    text-decoration: none }

