@charset "utf-8";
/* CSS Document */

body
{
	background-color: #005b99;
	color: #006;
}

p
{
	position: relative;
	margin: 0 8px;
	text-indent: 5px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	word-spacing: 3px;
}

p span
{
	position: absolute;
	top: -1px;
	left: -1px;		
	color: #fcd116;
}


a
{
	position: relative;
	font-size: 24px;
	outline-style: none;
	display: block;
	width: 30%;
	margin-left: 35%;
	margin-right: 35%;
	margin-top: 10px;
	text-decoration: underline;
	letter-spacing: 0;
	word-spacing: 0;
	text-indent: 0;
	
}

a span
{
	position: absolute;
	top: -1px;
	left: -1px;
	text-decoration: underline;
}

a:link,a:hover,a:visited
{
	color: #F00;
}

a:active
{
	color: #000;
}

a:link span,a:hover span, a:visited span
{
	color: #000;
}

a:active span
{
	color: #F0F;
}