/* ~~~~~~~~~ common ~~~~~~~~~~ */

body, select {
	font: 0.625em/1.4 tahoma, verdana, arial, helvetica, sans-serif;
	color: #333;
}
input, textarea {
	font: 0.825em/1.4 tahoma, verdana, arial, helvetica, sans-serif;
	color: #333;
}
#submit {
	font-size:14px;
	width: 70px;
}
body {
	 background: #ccc;
}
h1 {
	font-weight: normal;
	color:#432303;
	font: 3.2em/1.4 georgia, 'times new roman', times, serif;
	margin: 0.2em 0 0;
}
h2 {
	font-weight: normal;
	color: #432303;
	font: 2em/1.2 georgia, 'times new roman', times, serif;
	margin: 0.2em 0;	
}
h3 a{
	font-weight: normal;
	color: #432303;
	font: 1.4em/1.2 georgia, 'times new roman', times, serif;
	margin: 0.2em 0;
	text-decoration:none;	
}
h3 a:hover{
	color: #432303;
	text-decoration:underline;
}
section p, section ul, section ol,
aside p, aside ul, aside ol {
	font-size: 1.4em;
	margin: 1em 0;
}
section ul {
	margin-left: 1em;
}
section ol {
	margin-left: 1.4em;
}
