/* privacy.css */
  
h3 {
	margin-left: 50px;
}
p.intro {
	margin: 0 75px 20px 50px;
	text-align: justify;
}
p.links {
	margin: 0 75px 3em 50px;
	text-align: center;
}
.details blockquote,
.details p {
	margin: 0 100px 20px 75px;
	text-align: justify;
}
ol.list {
	margin: 0 115px 20px 75px;
}
.details .contact {
	padding: 10px 20px 8px 20px;
	font-size: 110%;
	line-height: 150%;
	border: 1px solid #3399FF;
}
.details .contact strong {
	font-size: 110%;
}

/* text align */
 
p.tar {
	text-align: right;
}
/* ol */
 
ol {
	margin: 0 100px 20px 100px;
	list-style-type: decimal;
}
ol ol {
	margin-left: 3.5em;
}
ol li {
	margin-bottom: 1em;
	list-style-type: decimal;
	padding-left: 0;
}
/* table */
 
table {
	margin: 1em 0;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #999;
}
table th,
table td {
	padding: 2px 3px;
	border: 1px solid #999;
}
table th {
	background-color: #F4F4F4;
	text-align: center;
	font-weight: bolder;
	color: #333;
}
