       			A:link
		        {
		         text-decoration: none;
		         color: #808080;
		         border-color: #808080;
		        }
		       
		        A:visited
		        {
		         text-decoration: none;
		         color: #808080;
		        }
			
		        A:hover
		        {
		         text-decoration: none;
		         color: #000000;
		        }      
		   		 
			body
			{
			height: 100%;
			margin: auto;
			padding: 0;
			background-color: #FFFFFF;
			font-family: "Lucida Grande", "Trebuchet MS";
			font-size: 90%;
			color:#808080;
			text-align: left;
			}
			
			h1
			{
			color: #707070;
			line-height: 0;
			}

			h2
			{
			line-height: 0;
			}

			td
			{
			font-size: 90%;
			}