/*!
 * STYLE NOTES
 */

html
{
  height:100%;
  width:100%;
}

a {
	text-decoration: none;
}

#post-area
{
	text-align:left;
	height:auto;
	margin-top:20px;
	background:#fcf1d4; 
	padding:10px 40px 10px 40px;  /* top, left, bottom, right */
	text-align:center;
	margin: auto;
	max-width:450px;
	border: 3px solid #FFA500;
	border-radius: 20px;
    }


#post-area img {
	max-width:100%;
	height:auto;
	float:none;
	margin:0 auto;
   }


.welc{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;

}

.extrab{
	font-weight: bold;
}

.abtbk{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	
	
}
.cowd{
	table-layout: auto;
	width: 150px;
	}

td{
	padding: 10px;
}

.copyright {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	color: #8c98ab;
	font-size: 12px;
	line-height:150%;
	text-align:left;

}
