/* CSS Document */

body a: hover { text-decoration:underline
}

.style1 {	font-family: "Verdana";
	font-size: 14px;
	font-weight:normal;
	
}

/* Credits */

.credits{	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
	color: blue;
	
}

/* Footstep Link */

.footstep {	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
	color: blue;
	
}

.footstep a{	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
	color: blue;
	text-decoration: none;
	
}

.footstep a: hover{	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
	color: blue;
	text-decoration: underline;
	
}

/*.footstep a: visited{	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
	color: blue;
	text-decoration: underline;
	
}