@charset "utf-8";
/* CSS Document */

.Pink {color: #D01F87}

.PinkItalic {color: #D01F87; font-style:italic; }

.White {color:#FFFFFF; }

.Heading1{color:#D01F87;}

a:link {color: #D01F87;	text-decoration: underline;}
	
a:visited {text-decoration: underline;}
	
a:hover {text-decoration: none;}
	
a:active {text-decoration: underline;}
