@media all {
	body {
		margin: 10px 5px 30px 5px;
		background: #f1eee4;
		color: #666;
		font: 75% arial,helvetica,sans-serif;
	}

	table {
		font-size: 100%;
	}
	abbr[title="Uniform Resource Locator"] {
		speak: spell-out;
	}
	h1 {
		margin: 20px 0 0 0;
		background: transparent;
		color: #830231;
		font-size: 100%;
		font-weight: bold;
	}
	h2 {
		margin: 0 0 0 0;
		font-size: 100%;
		font-weight: bold;
	}
	h3 {
		margin: 30px 0px 0px 0px;
	}

	a {
		background: transparent;
		color: #830231;
		font-weight: bold;
		text-decoration: underline;
	}
	a:hover {
		background: transparent;
		color: #f00;
		font-weight: bold;
		text-decoration: underline;
	}

	fieldset {
		padding: 5px 10px;
		margin: 0px 10px 20px 0px;
	}
	legend {
		background: #900;
		color: #fff;
		padding: 2px 5px;
		font-weight: bold;
	}
	input, select, textarea {
		font: 100% arial,helvetica,sans-serif;
	}
	ul {
		margin: 0 0 0 15px;
	}
	ul li {
		margin: 0 0 10px 0;
	}
	ul>li {
		margin: 0px 0px 10px -40px;
	}
	blockquote {
		border: 1px solid #999;
		background: #f9f9f9;
		color: #900;
		margin: 20px 0px 0px 0px;
		padding: 10px;
		font-style: italic;
		font-weight: bold;
	}

}

