p	{
		background-image: url(bg-3.jpg);
		background-repeat: repeat;
			
		width: 180;
		border-width: 5;
		border-style: dotted;
			border-top-color: 660000;
			border-left-color: CC0000;
			border-right-color: CC0000;
			border-bottom-color: FF3366; 
	
		padding-top: 25px;
		padding-bottom: 2px;	

		text-align:center;	
	
		position: relative;
		
		font-family: Tahoma;
		font-weight: bolder;
		color: FF0033;	
	}



p.a	{
		background-image: url(bg-1.jpg);
		background-repeat: repeat;
			
		width: 350;
		border-width: 5;
		border-style: dotted;
			border-top-color: 660000;
			border-left-color: CC0000;
			border-right-color: CC0000;
			border-bottom-color: FF3366; 
	
		padding-top: 25px;
		padding-bottom: 5px;	

		text-align:center;	
	
		position: relative;
		
		font-family: Tahoma;
		font-weight: bold;
		color: FF0033;
		
	}