body {
	text-align:top;
	font-size: 24px;
	font-style:bold;
	font-family:"Courier New", Courier, monospace;
	color: #d58364;
	background-color: #CCDFF9;
}
A:link {
	font-size: 48px;
	text-decoration:none;
	font-style:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #06F;
}
A:visited {
	font-size: 48px;
	text-decoration:none;
	font-style:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #06F;
}
A:hover {
	font-size: 48px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #06F;
	cursor: pointer;
	}
A:hover {
	text-shadow: 4px 4px #ff0009;
	font-size: 48px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #ffa957;
	}

