body {background-color: #FFFFFF;
      background-image: url(bar.gif);
      background-repeat: repeat-x;
      font-family: Arial, Sans-serif;
      text-align: justify;}

h1 {letter-spacing: 4px;}
h1.hp {letter-spacing: 12px;
       font-size: 120%;
       color: #AAAACC;
       margin-top: -20px;
       margin-left: 245px;
       text-align: left;}

h2 {
	letter-spacing: 4px;
	text-align: right;
	font-style: italic;
	font-weight: normal;
	color: #676767;}

h3 {
	font-family: Palatino, Times New Roman, Times, Serif;
	border-color: #AAAACC;
	border-style: solid;
	border-width: 1px 0px 0px 0px;}

hr {text-align: center;
    color: #AAAACC;
    background-color: #9999AA;
    height: 2px;
    width: 80%;
    border: 0px;}

td.links {font-size: small;}

table.menu {
	border-color: #AAAACC;
	border-style: solid;
	border-width: 1px 1px 1px 1px;}

tr.menu {
	background-color: #DDDDFF;
	text-align: center;
	font-weight: bold;
	font-size: small;}

img.wrapright {margin-top: 5px;
               margin-left: 5px;}

img.wrapleft {margin-top: 5px;
              margin-right: 5px;}

a:link {color: #0009BD;
        text-decoration: none;}         /* unvisited */

a:visited {color: #6D70A2;
           text-decoration: none;}      /* visited */

a:hover {text-decoration: underline;}   /* mouse-over */

a:active {color: #4699AB;
          text-decoration: underline;}  /* selected */
