		table {
			text-align: left;
			font-size: 12px;
			font-family: verdana;
			background: #c0c0c0;
		}

		table thead  {
			cursor: pointer;
		}

		table thead tr,
		table tfoot tr {
			background: #c0c0c0;
		}

		table tbody tr {
			background: #f0f0f0;
		}

		td, th {
			border: 1px solid white;
		}
		
		h1{
			font-size: 160%;
		}
		
		ul{
			text-align: left;
			text-indent: -10%;
			line-height: 1.6;
			list-style-type: none;
		}

