a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body
{
background-color: #ffffff;
}
.shadowbox {
	width:40%;
	background: #000066;
	border: 1px solid #0000CC;
	position: relative;
	top: 3px;
	left: 3px;
}
.shadowbox div {
	background: #CCCCCC;
	border: 1px solid #000000;
	color: #000000;
	padding: 10px;
	position: relative;
	top: -3px;
	left: -3px;
}

a:link    {color:#0066FF}
a:visited {color:#0066FF}
a:active  {color:#000099}
a:hover   {color:#000099}
