body {
	font: 62.5%/1.5 Arial, Helvetica, Verdana, sans-serif;
	color: #444;
}

h1 {
	font-size: 2.0em;
	font-weight: bold;
	margin: 0.5em 0;
}

h2 {
	font-size: 1.8em;
	font-weight: bold;
	margin: 0.5em 0;
}

h3 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 1em 0;
}

h4 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 1em 0;
}

p {
	font-size: 1.2em;
	margin: 1em 0;
}

a {
	outline: none;
	color: #0a8;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

ul, ol {
	margin: 1em 0 1em 30px;
}

ul {
	list-style-type: square;
}

li {
	font-size: 1.2em;
}

li li {
	font-size: 100%;
}

li label {
	font-size: 100%;
}

dl {
	margin: 1em 0;
}

dt {
	margin: 1em 0;
	font-weight: bold;
	font-size: 1.2em;
}

dd {
	font-size: 1.2em;
}

th {
	font-weight: bold;
	font-size: 1.2em;
}

td {
	font-size: 1.2em;
}

legend {
	font-size: 1.2em;
}

label {
	font-size: 1.2em;
}

pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	margin: 1em 0;
}
