<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color:#f4f1e0;
}

#postCard_container{
	position: absolute;
	width:509px;
	z-index: 1;
	left: 183px;
	top: 280px;
}

#postCard_container .postcard{
	height: auto;
	min-height:360px;
	width:640px;
	border: 2px solid rgb(0, 0, 0);
	background-color: rgb(254, 253, 218);
	margin-bottom:40px;
	font-family:"Comic Sans MS";
	
}
#postCard_container .postcard .left{
	position: relative;
	left: 0px;
	height: auto;
	width:325px;
	padding: 5px 5px 5px 5px;
	
}
#postCard_container .postcard .right{
	float: right;
	width:145px;
	padding: 5px 15px 5px 5px;
}

#postCard_container .postcard .left .date{
	color:#666666;
	font-size:11px;
}

#postCard_container .postcard .left .subject{
	font-size:16px;
	margin:0px 0px 0px 30px;
	color:#FF6600;
}

#postCard_container .postcard .left div{

}

#postCard_container .postcard .left .question{
	width:330px;
	font-size:15px;
	color: #be0707;
		margin:120px 0px 0px 30px;

}

#postCard_container .postcard .left .liebe{
	width:330px;
	font-size:15px;
	color:#000000;
	margin:20px 0px 0px 30px;
}

#postCard_container .postcard .left .response{
	height:100px;
	width:330px;
	float:left;
	font-size:15px;
	margin:0px 0px 0px 30px;
	color:#000099;
}

#postCard_container .postcard .right .stamp{
	float:right;
}
</pre></body></html>