html, body {
	color: #FF242F;
	background-color: #FFD7E3;
} 

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

.a2:link	{ color:#FF242F; text-decoration:underline }
.a2:visited { color:#FF242F; text-decoration:underline }
.a2:hover { color:#FF242F; text-decoration:underline }

div.text p{
	background: url('../images/3col_red3.gif');
	background-repeat: no-repeat; 
	background-position: bottom;
	padding: 0 0 16px 0; 
}