@charset "UTF-8";
h1 {
	font-weight: normal;
	font-size: 2.5em;
	color: #ff0099;
}
.sub_header {
	font-size: 1.5em;
}
.bullet_point {
	background-image: url(../images/pnk_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	padding-bottom: 3px;
}
.pink_big_txt {
	font-size: 1.4em;
	color: #ff0099;
}
.sub_header_dwn {
	font-size: 1.2em;
}
.pink_colourtxt {
	color: #ff0099;
}
a:link {
	color: #FF0099;
	text-decoration: none;
}
a:visited {
	color: #ff0099;
	text-decoration: none;
}
a:hover {
	color: #ff0099;
	text-decoration: underline;
}
a:active {
	color: #ff0099;
	text-decoration: none;
}
.bullet_point2 {
	background-image: url(../images/pnk_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 20px;
	padding-bottom: 3px;
}
