/* CSS Document */

body{
text-align:center;
width:600px;
margin: 30px auto 20px auto;
}
/*
body{
	text-align:left;
	width:600px;
	margin: 4px auto 20px auto;
	font-size:1em;
	letter-spacing:0.1em;
	line-height:24px;
	font-weight: 200;
	padding: 0 20px 0 20px;
}
*/
h3 {
font-weight:bold;
letter-spacing:.1em;
line-height:24px;
}
#text1 {
	text-align:left;
	width:600px;
	margin: 4px auto 20px auto;
	font-size:.9em;
	letter-spacing:0.08em;
	line-height:170%;
	padding: 0 20px 0 20px;
}
p {
font-weight: 100;
text-align:left;
text-indent:.9em;
	font-size:.9em;
	letter-spacing:0.08em;
	line-height:170%;
}
.name {
font-weight: bold;
text-align:right;
}