/* CSS Document */

.designed_by {
	font-family: Arial;
	font-size: 9px;
	font-weight: lighter;
	color: #000000;
}

.designed_by a:link {
	font-family: Arial;
	font-size: 9px;
	font-weight: lighter;
	color: #CE5003;
	text-decoration: none;
}
.designed_by a:visited {
	font-family: Arial;
	font-size: 9px;
	font-weight: lighter;
	color: #CE5003;
	text-decoration: none;
}
.designed_by a:hover {
	color: #CE5003;
	font-family: Arial;
	font-size: 9px;
	font-weight: lighter;
	text-decoration: underline;
}

