	body {
		font-family: Verdana, sans-serif;
		font-size: 14px;
		color: #006;
		text-align: center;
	}
	a {
		text-decoration: none;
		color: #003;
		font-weight: normal;
	}
	a:hover {
		text-decoration: underline;
	}
	.large {
		font-size: 20px;
		font-weight: bold;
	}
	.boxed {
		background-color: #ddf;
		width: 400px;
		padding: 20px;
		border: 1px solid #006;
		text-align: center;
		margin: 0px auto;
		font-weight: bold;
	}
	td {
		font-size: 14px;
	}
	.submit {
		background-color: #99a;
		color: #006;
	}
	.ads {
		padding: 5px;
	}
	.adt {
		text-decoration: none;
	}

