/*body {
	background-image: url(../IMG_3959reddelicious.jpg);
	background-size: cover;
}*/

body 
{
	font-family: Georgia, sans-serif;
	font-size: 18px;
	margin: 20px;
	padding: 0;
	background-color: #ffeaff;
}

.content
{
	max-width: 850px;
	margin: auto;
}

.center_text
{
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

   text-align: center;
}

/* This makes the list always wide enough for Aton nn Ika: NoGames Out of the Bear 4U For Race (Return of Duck Edition)*/
.the_list
{
	min-width: 546px;
}

.big
{
	font-size: 25px;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

/* This is a little trick to get rid of the newlines at the beginning and end of an unordered list.*/
ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

td .spacer
{
	width: 3px;
}


.mobileShow {display: none;} 
.mobileHide { display: block; } 

/* Smartphone Portrait and Landscape */ 
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px){ 
  .mobileShow {display: block;}
  .mobileHide { display: none;}
}
