
body {
	font:	14px/1.4 Verdana, Arial, Helvetica, sans-serif;
	background:#ffdaaa;
	margin:10px 10px 0px 10px;
	padding:0px;
}

	

h1 {
font-size: 28px;
font-weight: bold;
text-align: center;
color: #f00;
margin-left: 50px;
margin-right: 50px;
}

p {
text-indent: 3em;
}

.ni {
text-indent: 0;
}

.bb {
background-color: #ff0;
display: inline;
}

.test {
background-color: #eee;
border: 1px solid #000;
padding: 10px;
font-family: courier new, courier, serif;
margin-left: 30px;
margin-right: 30px;
}

a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
	
	
li {
	margin-bottom:10px;
}



.content {
	position: relative;
	width: auto;
	min-width: 220px;
	background:#fff;
	border:1px solid #000;	
	margin-left:  150px;
	margin-right: 150px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px;
}

a.order {
display: block;
background-color: #ff0;
color: #000;
font-weight: bold;
font-size: 20px;
text-decoration: underline;
border: 1px solid #000;
text-align: center;
padding: 5px;
}

.r {
text-align: right;
font-style: italic
}

