@charset "UTF-8";
/* CSS Document */

BODY { 
background: #FFFFFF;
}

a:link {
	color: Red;
	text-decoration: none;
}

a:visited {
	color: Red;
	text-decoration: none;
}

a:hover {
	color: Red;
	text-decoration: none;
}

table {
  text-align:center;
}

#header
    {
	width:100%;
	background-color: #EFEFEF;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #FFFFFF;
/*	margin:0px 18px;
	padding-left: 0px;
	background-color: white;
	border-bottom-style: solid;
	border-bottom-width: 8px;
	border-bottom-color: Black;*/
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 32px;
	line-height: 60px;
    }
	
	
#instruction
    {
	width:100%;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-bottom-color: #FFFFFF;
/*	margin:0px 18px;
	padding-left: 0px;
	background-color: white;
	border-bottom-style: solid;
	border-bottom-width: 8px;
	border-bottom-color: Black;*/
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #AAAAAA;
	font-size: 32px;
	line-height: 60px;
    }
	
	#selection
    {
	width:100%;
	background-color: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-bottom-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #FF0004;
	font-size: 32px;
	line-height: 40px;
    }
	
	#information
    {
	width:100%;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom-style: solid;
	border-bottom-width: 6px;
	border-bottom-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #AAAAAA;
	font-size: 24px;
	line-height: 30px;
    }
	
.light
	{
		font-weight: normal;
	}
	
#footer
    {
	position : fixed;
	bottom:0;
	width:100%;
	text-align:center;
	background-color: #EFEFEF;
	padding-top: 0px;
	padding-bottom: 6px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #FF0004;
	font-size: 32px;
	line-height: 60px;

    }
	
/*	#body {
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	text-align: center;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 28px;
	background-color: White;
}*/


/*	table {
  border: 2px solid #CCCCCC;
}

.tile1, .tile2, .tile3, .tile4, .tile5, .tile6, .tile7, .tile8, .tile9, .tile10, .tile11, .tile12, .tile13, .tile14, .tile15, .tile16, .tile17, .tile18, .tile19, .tile20, .tile21, .tile22, .tile23, .tile24, .tile25 {
  display: table-cell;
  width: 180px;
  height: 180px;
  border: 2px solid #CCCCCC;
  background: url("5x5_11.png"); 
  cursor: pointer;
}

.tile1 {background-position: 0px 0px;}
.tile2 {background-position: -180px 0px;}
.tile3 {background-position: -360px 0px;}
.tile4 {background-position: -540px 0px;}
.tile5 {background-position: -720px 0px;}

.tile6 {background-position: 0px -180px;}
.tile7 {background-position: -180px -180px;}
.tile8 {background-position: -360px -180px;}
.tile9 {background-position: -540px -180px;}
.tile10 {background-position: -720px -180px;}

.tile11 {background-position: 0px -360px;}
.tile12 {background-position: -180px -360px;}
.tile13 {background-position: -360px -360px;}
.tile14 {background-position: -540px -360px;}
.tile15 {background-position: -720px -360px;}

.tile16 {background-position: 0px -552px;}
.tile17 {background-position: -180px -540px;}
.tile18 {background-position: -360px -540px;}
.tile19 {background-position: -540px -540px;}
.tile20 {background-position: -720px -540px;}

.tile21 {background-position: 0px -720px;}
.tile22 {background-position: -180px -720px;}
.tile23 {background-position: -360px -720px;}
.tile24 {background-position: -540px -720px;}
.tile25 {background: #CCCCCC; cursor: default;}
/*


