
/* ------------------------- smalltdesign ----------------------------- */
/* --------------------------- TEXT.CSS ------------------------------ */

h1 {
	margin-top:0;
	margin-bottom:5px;
	color: #C35FC8;
	text-transform:lowercase;
	font-size:16px;
	font-weight:bold;
}
h2 {
	color: #C35FC8;
	font-size:12px;
	font-weight:normal;
	margin-bottom:5px;
	
}
p{
	margin-top:0;
	margin-bottom:15px;
}
a{
	color: #C35FC8;
}
hr {
	background-color: #C35FC8;
	height:1px;
	border:0;
	margin-top:20px;
	margin-bottom:20px;
}