/* CSS Document */

body {
	background-color: #EF5BA1;
	font-family: "Avant Garde", Arial, Helvetica, sans-serif;
	color: #000000;
}
a:link {
color: #EF5BA1;
}
.invis {
color: #FFFFFF;
}
.whback {
	background: #FFFFFF;
	text-align: justify;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 4px;
}
.pink {
color: #EF5BA1;
}
.hugepink {
color: #EF5BA1;
font-size: x-large;
}
.bigpink {
color: #EF5BA1;
font-size: large;
}
a:visited {
	color: #EF5BA1;
}
a:hover {
	color: #EF5BA1;
}
a:active {
	color: #EF5BA1;
}

