body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(images/pink_fabrictile.jpg) repeat top left;
	text-align: center;
	margin: 10px;
	background-color: #f3dfe5;
	}
.textsizesmall {
	font-size: 12px;
	}
.textsmallstrike {
	font-size: 12px;
	text-decoration: line-through;
	}
.white-text-small {
	color: #fff;
	font-size: 12px;
	}
.lrgheaderfont {
	font-size: 25px;
	}
.white-header {
	color: #fff;
	font-size: 25px;
	}
a {
	color: lime;
	text-decoration: none;
	}
a:hover {
	color: red;
	}
a:active {
	color: #541a2d;
	}
