body {
		font-family: Arial, Verdana, sans-serif;
		font-size: 90%;
		color: #666;
		background-color: #9C7FBA;
		background-image:url("bg1.png");
		background-repeat: no-repeat;
		background-size:122%;
		
	}
h1{
    text-align: left;
    padding: 50px 20px 15px 40px;
    font-size: 90px;
    color:whitesmoke;
	font-family:  Arial;
	margin-left: 100px;
    text-shadow: 10px 10px 10px black;
}
p{
    margin: 15px 25px 1px;
    font-size:20px;
    color:rgb(254, 252, 255);
	font-weight: bold;
	margin-left: 140px;
}
	li {
		line-height: 1.8em;
		font-size: 19px;
		color:rgb(253, 253, 253);
		margin-left: 125px;
	}

	table {
	    margin: auto auto auto auto;
		border-spacing: 0px;
		width:1100px;
	}

	th, td {
		padding: 5px 30px 5px 10px;
		border-spacing: 0px;
		font-size: 120s%;
		margin: 0px;
		
	}
			
	th, td {
		text-align: left;
		background-color: #9C7FBA;
		border-top: 1px solid #f1f8fe;
		border-bottom: 1px solid #000000;
		border-right: 1px solid #020202;
	}
	
	tr.head th {
		color: #404140;
		background-color: #fff2f2;
		border-bottom: 2px solid #101111;
		border-right: 1px solid #0a0a0a;
		border-top: 1px solid;
		text-align: center;
		text-shadow: -1px -1px 1px #0c0b0b;
		letter-spacing: 0.15em;
	}
	
	td {
		text-shadow: 1px 1px 1px #ffffff;
	}

	tr.even td, tr.even th {
		background-color: #FDD1D8;
		font-weight:bold
	}

	tr.head th:first-child {
		-webkit-border-top-left-radius: 15px;
		-moz-border-radius-topleft: 5px;
		border-top-left-radius: 5px;
	}

	tr.head th:last-child {
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		border-top-right-radius: 5px;
	}

	fieldset {
		width: 310px;
		margin-top: 20px;
		border: 1px solid #111113;
		background-color: #9C7FBA;
		line-height: 1.6em;
		margin:50px auto auto auto;
		box-shadow: 0px 0px 10px #b4b4f1;
	}

	legend {
		font-style: italic;
		color: whitesmoke;
		font-weight:bold;
		margin:15px auto auto auto;
	}

	input[type="text"] {
		width: 120px;
		border: 1px solid #d6d6d6;
		padding: 2px;
		outline: none;
	}

	input[type="text"]:focus,
	input[type="text"]:hover {
		background-color: #000000;
		border: 1px solid #030303;
	}

	input[type="submit"] {
		border: 1px solid #c47be6;
		background-color: #d188e7;
		color: black;
		border-radius: 5px;
		padding: 5px;
		margin-top: 10px;
	}

	input[type="submit"]:hover {
		border: 1px solid #d28eec;
		background-color: #e973d9;
		color: #ffffff;
		cursor: pointer;
	}

	.title {
		float: left;
		width: 160px;
		clear: left;
	}
	.submit {
		width: 310px;
		text-align: right;
		margin:10px auto auto auto;
	}
