html{
		height: 101%;
	}
body {
		height: 101%;
		margin: 5px 0px 5px 0px;
		background: #993399;
		font: 90% arial;
		text-align: justify;
	}
	#banner {
		width: 900px;
		background: #000000;
		text-align: center;
		border-top: 1px solid #E2B0ED;
		border-right: 1px solid #E2B0ED;
		border-left: 1px solid #E2B0ED;
	}
	#footer {
		width: 900px;
		height: 30px;
		font: 75% arial;
		color: #cccccc;
		background: #000000;
		text-align: center;
		border-bottom: 1px solid #E2B0ED;
		border-right: 1px solid #E2B0ED;
		border-left: 1px solid #E2B0ED;
	}
	table {
		font: 95% arial;
		text-align: justify;
		padding: 0px 0px 0px 0px;
		Color: #660066;
	}
	#table1 {
		width: 900px;
		text-align: justify;
		padding: 5px 5px 5px 5px;
		background: #ffffff;
		color: #660066;
	}

	h1 {
		font-size: 125%;
		letter-spacing: 3px;
		font-weight: bold;
		color: #660066;
		margin: 0px 0px 0px 0px;
	}
	h2 {
		padding: 0px 0px 0px 0px;
		font-size: 115%;
		letter-spacing: 1px;
		font-weight: normal;
		color: #363636;
		margin: 0px 0px -5px 0px;
	}
	a {
		color: #ffffff;
		font: 110% arial;
		text-decoration: none;
		font-weight: normal;
	}
	a:hover {
		color: #cccccc;
		text-decoration: none;
		font-weight: normal;
	}
.a {
		color: #cccccc;
		text-decoration: none;
		font-weight: normal;
		font-size: 95%;
	}
.a:hover {
		color: #ffffff;
		text-decoration: none;
		font-weight: normal;
	}