﻿body {
              font-family: Verdana;
              font-size: x-small;
              color:#555;
                            width:700px;
               background-image: url('/background.gif');
                background-repeat:repeat;
}
h1
{
    font-family: Verdana;
    font-size: large;
    font-weight: bold;
    color: #800000;
}
        h2 {
            font-family: Verdana;
            font-size: medium;
            font-weight: bold;
            color: green;
        }
        h3 {
            font-family: Verdana;
            font-size: small;
            font-weight: bold;
        }