body    {background-image: url("images/back.gif");
        background-position: top left;
        background-repeat: repeat-y;
        background-attachment: fixed; 
        background-color: beige;
        color: #626246;
        font-family: Arial, sans-serif; }

p, ul, ol      { font-size: 80% }

a { color: #808040;
         text-decoration: none; font-weight: bold}

a:hover { text-decoration: underline}

.blue   { background-color: #0000CC;
          color: #E6E6AA;
		font-weight: bold }

.blue a  { color: white;
         text-decoration: none;
	 }

.blue a:hover { text-decoration: underline }

img    {border: none}

.indent { margin-left: 10px;
	  margin-top: -10px }

.center {text-align: center}

.right {text-align: right}

.small	{font-size: 80%}

hr {size: 2;
	color: #808040}

.white {color: white}
