body {
	font-family: Arial, Helvetica, sans-serif;
	color: #EB228D;	
	font-weight: bold;
}


#outer {
	position: relative; 
	width: 750px;
	height: 500px;
}

#header {
	background-image: url(../images/header.gif);	
	height: 186px;
	width: 750px;
	background-repeat: no-repeat;
}

#maincolumn {
	text-align: left;
	vertical-align: top;
	width: 740;
	padding-left: 10px;
}
h1 {
	font-size: 170%;
	font-weight: bolder;
}


a {
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #EB228D;
	text-decoration: underline;
}

.pinkbox {
	color: #000000;
	background-color: #EF208C;
	font-weight: bold;
}

.blacktext {
	color: #000000;
}

#testimonial {
	font-weight: bolder;
	float: right;
	width: 800px;
	font-style: italic;
	text-align: right;
	height: 50px;
}
#footer {
	font-weight: bold;
	width: 750px;
	float: left;
	text-align: center;
	font-size: 90%;
}

#footer a {
	color: #EB228D;
	text-decoration: underline;
}

#footer a:hover{	
	text-decoration: none
}
