* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #cdc6ac;
	margin-top: 50px;
	margin-left: 50px;
}
.text {
	text-align: justify;
	padding-right: 70px;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 20px;
}
#copy {
	font-family: "Lucida Console", Monaco, monospace;
	text-decoration: underline;
	color: #033;
	margin-bottom: 20px;
}
.text p {
	text-indent: 35px;

}
.list ul li{
	font-family: "Lucida Console", Monaco, monospace;
	font-weight: bold;
	display: inline;
	list-style-type: none;
	font-size: 12px;
	padding-right: 5px;
}
.list {
	margin-bottom: 15px;
	text-align: right;
	padding-right: 70px;
}
.list ul li a:link {
	font-weight: normal;
	color: #066;
	text-decoration: none;
}
.list ul li a:visited {
	font-weight: normal;
	color: #033;
	text-decoration: none;
}
.list ul li a:hover {
	font-weight: normal;
	color: #F66;
	text-decoration: underline;
}
body h1 {
	text-align: center;
	font-weight: bold;
	font-size: xx-large;
	color: #033;
	margin-bottom: 15px;
	margin-top: 20px;
}
body h2 {
	text-align: center;
	font-size: 21px;
	margin-bottom: 15px;
	font-weight: normal;
}
body h3 {
	text-indent: 35px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.line {
	background-image: url(img/line1.gif);
	background-repeat: repeat-x;
	height: 1px;
	margin-right: 70px;
	margin-bottom: 20px;
}
.mark {
	text-align: right;
	padding-right: 70px;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 20px;
	font-style: italic;
}
