/* editor classes only */
/* colors 
Raspberry Pink = #FF1493   RGB  255 20 147
Medium Pink = FD96BD   RGB 253 150 189
Light Pink = FDC1C1  RGB 255 193 193
green: 458B23
*/

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.4;
	margin-top:0px;
	font-size:12px;
}
td,th 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.4;
	font-size:12px;
}
.homeTagline
{
	font-size:24px;
	font-weight:bold;
	text-align:center; 
	color:#458B23;
}
.pinkCopy{
	color:#FF1493;
}	
h1
{
margin-top:0px;
margin-bottom:0px;
}
h2
{
margin-top:0px;
margin-bottom:0px;
}
h3
{
margin-top:0px;
margin-bottom:0px;
}
/* site links */
/* unvisited links */ 
A:link 				
{
	color: #FF1493;
	text-decoration: none;
}
/* visited links */ 
A:visited 
{
	color: #FF1493;
	text-decoration: none;
}		
/* user hovers */ 
A:hover 
{
	color: #458B23;
	text-decoration: underline;

}
/* active links */			 
A:active
{
	color: #458B23;
	text-decoration: underline;

} 
