body{
	font: 12px/18px "Lucida Grande", Verdana, sans-serif;
	color:#9FA2B2;
	background-color: #16262E;
	}

a:link, a:visited {
	font-weight: bold;
	color: #FD3E81;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D72483;
}

a:active {
	font-weight: bold;
	color: #FD3E81;
	text-decoration: none;
	background-color: #D72483;
}


.bg{
  background-image:url("rex.jpg");
  opacity:0.05;
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  background-repeat: no-repeat;
	background-size: cover;
  z-index:-1;
}

.links{
	padding: 10px;
	font-size: 1.5em;
	line-height: 1.4;
}

h1{
color:#FFFFFF;
font-size: 1.8em;
font-weight: normal;
}
