body
{
background-color : #191919;
}

a:link {
  	color: #D0D0D0;
}

a:visited {
	color: #D0D0D0;
}
a:hover {
	color: white;
	text-decoration: none;
}

table.photo { 

border: #D0D0D0 6px solid;
border-spacing: 2px;

}


table.photo:hover { 

border: #FB9732 6px solid;

}

.gamelink {
  	color: #D0D0D0;
        font-family: verdana,arial;
	font-size: 9px;
        font-weight:bold;
        text-decoration: none;
}
