@charset "utf-8";
/* CSS Document */
body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-weight: bold;
	background-attachment: fixed;
	background-image: url(../Graphics/BG_games_pages.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #0b1517;
	}

a {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
}
h1 {
	color: #FFF;
}
h2 {
	color: #000;
	font-size: medium;
}

td {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

#main_table{
	background-color: #FFF;
	border: 1px solid #a7a6aa;
	}


#title_game {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #C00;
	background-color: #999;
	height: 20px;
	width: 728px;
	position: relative;
	padding: 10px;
}

img.nohover {
	border:0
}
img.hover {
	border:0;
	display:none
}
A:hover img.hover {
	display:inline
}
A:hover img.nohover {
	display:none
}

td_game {
	float: left;
}

#table {
	background-color: #edeff4;
	border: 2px solid #d8dfea;
}

.img {
	border: 5px solid #fff;
	margin-right: 30px;
	margin-left: 30px;
}
.img:hover {
	border: 5px solid #3b5998;
}
#game_table {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a7a6aa;
}

#instructions {
	font-size: small;
	font-weight: bold;
}
#td-instructions {
	position: relative;
	height: 425px;
}

