.numbers {
				border-color: #000000;
				border-top-width: 0px;
				border-left-width: 0px;
				border-right-width: 0px;
				border-bottom-width: 0px;
				border-style: solid;
				text-align: right;
				padding-left: 20px;
				background-color: #EAEAEA;
	}
.headers {
				border-color: #000000;
				border-top-width: 0px;
				border-left-width: 0px;
				border-right-width: 0px;
				border-bottom-width: 1px;
				border-style: solid;
				text-align: center;
				padding-left: 20px;
	}
.rowheaders {
				text-align: right;
				border-color: #000000;
				border-top-width: 0px;
				border-left-width: 0px;
				border-right-width: 0px;
				border-bottom-width: 1px;
				border-style: solid;
}


TD { 
                font-family: arial;
                font-size: 12px;
                color: #000000;
		 }
BODY { 
                font-family: arial;
                font-size: 12px;
                color: #000000;
		 }
H1 {
	font-size:	14px;
	}
  :link { color: rgb(0, 0, 153) }  /* for unvisited links */
  :visited { color: rgb(0, 0, 153) } /* for visited links */
  :active { color: rgb(255, 0, 102) } /* when link is clicked */
  :hover { color: rgb(0, 96, 255) } /* when mouse is over link */
