html, body {
	color: #4160f3;
	background-color: #fff;
} 

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

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

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