@media all {
	body {
		margin: 5px 2px 30px 2px;
		color: #333;
		font: 75% arial,helvetica,sans-serif;
	}
	table {
		font-size: 100%;
	}
	h1 {
		font-size: 110%;
		font-weight: bold;
	}
	h2 {
		margin: 0 0 0 0;
		font-size: 100%;
		font-weight: normal;
	}
	h3 {
		margin: 30px 0px 0px 0px;
	}

	a {
		background: transparent;
		color: #00f;
		font-weight: bold;
	}
	a:hover {
		background: transparent;
		color: #f00;
		font-weight: bold;
	}

	fieldset {
		border: 2px solid #009;
		padding: 5px 10px;
	}
	legend {
		background: #009;
		color: #fff;
		padding: 2px 5px;
		font-weight: bold;
	}
	input, select, textarea {
		font: 100% arial,helvetica,sans-serif;
	}
	address {
		font-style: normal;
	}
}

