@charset "UTF-8";
.pinktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FF3333;
}
.pinktextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF3333;
	position: relative;
}
.smallpinktext {
	font-size: 12px;
	color: #FF3333;
}
.dashed_frame {
	border: thin dashed #FF3333;
}
body {
	height: 100%;
	width: 100%;
}
.test {
	position: absolute;
	background-image: url(frame1pink.gif);
}

