.text {
	color: #0033CC; font-family: arial; font-size: 100%; text-decoration: none;
}

.heading {
	color: #0033CC; font-family: arial; font-size: 140%; text-decoration: none;
}

a.linking:link {
	color: #0033CC; font-family: arial; font-size: 100%; text-decoration: none;
}

a.linking:active {
	color: #0033CC; font-family: arial; font-size: 100%; text-decoration: none;
}

a.linking:visited {
	color: #0033CC; font-family: arial; font-size: 100%; text-decoration: none;
}

a.linking:hover {
	color: #0033CC; font-family: arial; font-size: 100%; text-decoration: underline;
}

a.linking:visited: hover {
	color: #0033CC; font-family: arial; font-size: 100%; text-decoration: underline;
}