	
	#div_about
	{
		border 						: double;
		border-spacing		: 10px;
		border-color			:	#993333;
		margin-left:11px;
		margin-top:2px;
		
		text-align				:	left;
		padding						: 0px 20px 20px 20px;
		background     		: url(../../image/sumtextb.jpg);
	}
	
	/* -----------------------------------------------
		Text decoration
	----------------------------------------------- */
	p.title1
	{
		margin	   : 10px;
		font       : bold 16px "GrHelvetica", Arial, sans-serif;
		text-align : center
	}
	
	p.title2
	{
		margin	: 50px 15px 15px 15px ;
		font    : bold 14px "GrHelvetica", Arial, sans-serif;
	}
	
	p.par
	{
		text-align     : left;
		padding-left   : 60px;
		padding-right  : 20px;
		font   				 : 13px "Comic Sans MS", sans-serif;
		font-weight		 : normal;
		text-indent		 : 10px;
		padding-bottom : 0px;
	}
	
	hr.hra
	{
		border 						: 0;
		width	 						: 400px;
		height 						: 1px;
		background-color	:	#FF0000;
		border-color			:	#FF0000;
	}

	ul.grul
	{ 
		font						: 13px " Gr Helvetica" ;
		list-style-type	:	lower-greek;
		padding-left 		: 60px;
		text-align			:	left;
	}
	
	ol.ol-11
	{
		text-align	:	left;
		padding 		: 0px 0px 0px 65px;	
	}
	
	a
	{
		text-decoration : none;
		color 					: #000000;
	}
	
	<style type="text/css">
		a:link 
		{
			COLOR : #0000FF;
		}
		a:visited 
		{
			COLOR : #006600;
		}
		a:hover 
		{
			color				: #0000FF;
			font-weight : bold;
		}
		a:active 
		{
			COLOR : #00FF00;
		}
	</style>

	
	
