a:link {
	color: #4B0C62;
	text-decoration: none
}
a:hover {
	color: #993300;
	text-decoration: underline
}
a:visited {
	color: #4B0C62;
	text-decoration: none
}
a:hover {
	color: #993300;
	text-decoration: underline
}

.cred:link {
	color: #666666;
	text-decoration: none
}
.cred:hover {
	color: #993300;
	text-decoration: underline
}
.cred:visited {
	color: #666666;
	text-decoration: none
}
.cred:hover {
	color: #993300;
	text-decoration: underline
}


.bt {
	background:#4b0c62;
	color:#FFFFFF;
	border:none;
	height:30px;
	}