div.textop1
{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	color: white !important;
	width: 450px;
	margin: 10px auto;
	display: block;
	
	margin-top: 35px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	
	border: 2px solid white;
	
	box-shadow: 1px 1px 1px rgba(0,0,0,0.75);
}

div#t1
{
	background: #D54799;
	width: 600px;
}

div#t2
{
	background: #AD53A0;
}

div#t3
{
	background: #803F98;
}

div#t4
{
	background: #DE7126;
}

div#t5
{
	background: #FAA722;
}
