
/* --- Basic Settings --- */

img {
	border-width: 0;
}
body {
	background-color: white;
	text-align: center;
}
body, table, tbody, thead, td, th {
	font-size: x-small;
}
table {
	margin-right: auto;
	margin-left:  auto;
	border: 0;
}



/* --- Structure --- */

/* Title */
h1 {
	width: 700px;
	border-width: 2px 0;
	border-color: orange;
	border-style: solid;
	margin:  1.5em auto;
	padding: 0.1em 0 0.1em 1em;
	
	font-family: sans-serif;
	font-size:   12pt;
	font-weight: bold;
	text-align: left;
}

/* Price */
p.price {
	font-size:  130%;
	font-style: oblique;
	text-align: right;
}

/* Footer */
hr.fttop,
hr.ftbottom { width:  700; }
hr.fttop    { margin: 2em auto 0.5em auto; }
hr.ftbottom { margin: 0.5em auto 2em auto; }
p.copyright { color: #999; }
