a:link {
  color: #000000;
  text-decoration: none;
}

a:visited {
  color: #000000;
  text-decoration: none;
}

a:focus {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #a40101;
  text-decoration: underline;
}

a:active {
  color: #000000;
  text-decoration: none;
}

html {
	height:100%;
}

body {
	height: 100%;
	margin: 0px;
	background-color: #000000;
	margin: 0px;
  color: #ffffff;
	text-decoration: none;
}
.centeredImage {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

div.the_shadow {
width:100%;
min-height:100%;
background-color:#000000;
/* for IE */
filter:alpha(opacity=80);
/* CSS3 standard */
opacity:0.8;
}

div.the_link {
width:100%;
min-height:100%;
background-color:#000000;
/* for IE */
filter:alpha(opacity=10);
/* CSS3 standard */
opacity:0.1;
}

