@charset "UTF-8";
/*CSS Document of PPBC introduction page*/

/*Layout Format Start*/
body{
	background-color:#325E09;
	margin-top:2.23cm;
}

#container{	width:804px;
	background:#325E09;
	margin: 75px auto 25px auto;}

#divani { background:#325E09}
#divskip { background:#325E09}
/*Layout Format ends*/

/*Text Format Star*/	
.style1 {font-family:Arial, Helvetica, sans-serif;
	color: #C8DA8E;
	font-size: 11px;
	font-style: normal
}
/*Text Format ends*/

/*Link Format Start*/	
a:link {color: #C8DA8E;
	text-decoration: none}
	
a:visited {	text-decoration: none;
	color: #C8DA8E}
	
a:hover {text-decoration: none;
	color: #FFFFFF}

a:active {text-decoration: none;
	color: #C8DA8E;}
/*Link Format ends*/

