body
{
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px;
 text-decoration: none;
 background-color: #69C;
}

h1{
 text-align: center;
 font-size: 28px;
 font-weight: bold;
 color: #018;
 line-height: 0.5em;
}

h2{
 text-align: center;
 font-size: 28px;
 font-weight: bold;
 color: #C00;
 line-height: 0.5em;
}

div.content {
  display: none;
  position: fixed;
  top: 7.5%;
  left: 4%;
  width: 89%;
  height: 80%;
  border: 3px solid #9CF;
  background: #CEF;
  padding: 0% 1% 0% 1%;
  -webkit-border-radius: 16px;
}

div.message {
  display: block;
  text-align: justify;
  text-decoration: none;
  font-size: 14px;
  color: #018;
}

p.chapter:first-letter {
  font-size: 300%;
  font-weight: bold;
  color: #603;
  margin: 0px 3px 1px 1px;
  line-height: 0.8em;
}

div.copyrights {
  position: fixed;
  right: 1%;
  bottom: 1%;
  text-decoration: none;
  font-size: 14px;
  font-style: italic;
  color: #000;
}

div.item {
        text-decoration: none;
        font-size: 14px;
        text-align: center;
        width: 70%;
        position: relative;
        left: 15%;
	display: block;
	padding: 5px 5px;
        border: 1px solid #FFF;
        background: #9CF;
        color: #000;
        cursor: pointer; cursor: hand;
}

div.item:hover {
        border: 1px solid #9CF;
        background: #FFF;
        color: #018;
}

ul.nav,
.nav ul{
	margin: 0;
	padding: 0;
	cursor: pointer; cursor: hand;
	list-style-type: none;
	display: inline;
}


/* Fix IE. Hide from IE Mac \*/
* html ul { width: 100% }
* html ul li { float: left; width: 25% }
* html ul li a { height: 1%; }
/* End */

ul.nav{
	display: table;
	table-layout: fixed;
        width: 100%;
        position: relative;
        top: 0%;
      	text-transform: uppercase;
      	font-weight: bold;
}

ul.nav>li{
	display: table-cell;
	position: relative;
	width: 25%;
	padding: 2px 6px;
}

ul.nav li>ul{
	display: none;
	position: fixed;
	width: 24%;
	margin-left: -7px;
	margin-top: 2px;
}

ul.nav li:hover>ul{
	display: block;
}

.nav ul li, .nav ul li a{
	display: block;
	padding: 5px 5px;
	text-transform: none;
	font-weight: normal;
}

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #CEF;
	color: #369;
}


ul.nav li:hover,
.nav ul li a:hover{
	background-color: #9CF;
	color: #369;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #9CF;
	color: #018;
}

ul.nav,
.nav ul{
	border: 1px solid #369;
}

.nav a{
	text-decoration: none;
}

div.scr {
  background: #9CF url('images/screens.png') 0px 0px no-repeat;
  /* display: block; */
  float: left;
  width: 256px;
  height: 192px;
  margin: 10px 10px 0px 0px;
  overflow:hidden;
  font-size: 8px;
  border: 2px solid #69C;
  -webkit-border-radius: 8px;
}

div.scr.breakout {
  background-position: 0px 0px;
}

div.scr.dacman {
  background-position: -256px 0px;
}

div.scr.bustnout {
  background-position: -512px 0px;
}

div.scr.mssf {
  background-position: 0px -192px;
}

div.scr.bejeweled {
  background-position: -256px -192px;
}

div.scr.gamepack1 {
  background-position: -512px -192px;
}

div.scr.gamepack2 {
  background-position: 0px -384px;
}

div.scr.reversi {
  background-position: -256px -384px;
}

div.scr.deflektor {
  background-position: -512px -384px;
}

div.scr.jeepers {
  background-position: 0px -576px;
}

div.scr.minigames1 {
  background-position: -256px -576px;
}

div.scr.ghostblaster {
  background-position: -512px -576px;
}

div.scr4k {
  background: #9CF url('images/screens4k.png') 0px 0px no-repeat;
  /* display: block; */
  float: left;
  width: 256px;
  height: 192px;
  margin: 10px 10px 0px 0px;
  overflow:hidden;
  font-size: 8px;
  border: 2px solid #69C;
  -webkit-border-radius: 8px;
}

div.scr4k.diamond {
  background-position: 0px 0px;
}

div.scr4k.smash {
  background-position: -256px 0px;
}

div.scr4k.spacetrainer {
  background-position: 0px -192px;
}

div.scr4k.jod {
  background-position: -256px -192px;
}

div.scr4k.easterbunny {
  background-position: 0px -384px;
}

div.scr4k.pikinstik {
  background-position: -256px -384px;
}
