@charset "utf-8";
/**************************************************************************************************
 *  File Defination 
 *  - Website CSS Section
 -------------------------------------------------------------------  
 *  Run in PHP versions 4 and upper versions
 -------------------------------------------------------------------
 *  Apprain : Content Management Framework <http://www.apprain.com/>
 *  Download link: http://www.apprain.com/download
 *  Docs link: http://www.apprain.com/docs
 -------------------------------------------------------------------
 *  License text http://www.opensource.org/licenses/mit-license.php 
 *  About MIT license <http://en.wikipedia.org/wiki/MIT_License/>
*************************************************************************************************/

/* --- Do not delete -- */
pre 
{
	background-color:#a19fa0;
	border:1px dashed #3300CC;
	color:black;
	padding:10px;
	margin:2px;
	overflow:auto;
	font:0.9em monospace,arial,helvetica,sans-serif; 
	width: 95%;
}