body {
	margin:0; 
	padding:0;
	background-color: #A5A5A5;
	color: #222;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: red;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

a:active {
	color: red;
	text-decoration: none;
}

h2 a:link, h2 a:visited {
	color: #555;
	text-decoration: none;
}

h2 a:hover {
	color: #555;
	text-decoration: underline;
}

h2 a:active {
	color: #555;
	text-decoration: none;
}

h2 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #555;
	margin: 40px 0px 8px 0px;
}

h3 {
	font: 14px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #555;
	margin-top: 38px;
	margin-bottom: 8px;
}

h4 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #555;
	margin-top: 26px;
	margin-bottom: 5px;
}

div#wrap {
	width: 754px;
	margin: 0 auto;
	background-image: url(reality_background2.gif);
	background-repeat: repeat-y;
}

div#container {
	width: 710px;
	margin: 0px 22px 0px 22px;
}

div#content {
	width: 540px;
	margin: 20px 100px 0px 70px;
}

img {
	border: 0;
}
			
p {
	text-indent: 15px;
	margin: 0px 0px 15px 0px;
}

div#footer {
	background-color: #000000;
	height: 80px;
}

blockquote {
	padding: 10px;
	border: 1px solid #777;
	color: #666;
	background: #E8F2FF;
	margin: 20px 30px;
}

.back_link {
	font-size: 18px;
	font-weight: bold;
}

img.txt_image {
	margin: 20px auto 20px auto;
	display: block;
}

div.purpleComment {
	background-color: #FFD9F2;
	padding: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}

div.blueComment {
	background-color: #D9FFF8;
	padding: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}