@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../addiction-confession/images/background.gif);
	padding: 1px;
	margin: 1px;
}
p {
	font-size: 12px;
	color: #333333;
	margin-top: 2px;
	margin-bottom: 4px;
}
h3 {
	font-size: 13px;
	margin-top: 2px;
	margin-bottom: 4px;
}
h2 {
	font-size: 14px;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 5px;
}
h1 {
	font-size: 15px;
	color: #990000;
	margin-top: 4px;
	margin-bottom: 6px;
}

.location {
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFE6E6;
}
a {
	color: #990000;
}
strong {
	color: #990000;
}
.required {
	font-weight: bold;
	color: #FF00FF;
	font-size: 15px;
}
