/* CSS Document */

<html>
<head>
<meta name="viewport" content="width=720" />
<style type="text/css">
body{ background-color: #CCCCCC;
width:320px;
 } 

.phoneheader { color: black; 
	display:block;
	width:315px;
	}

.desktopheader  { color: black; 
	display:none;
	width:315px;
	}

.gpicad { color: green; 
	display:block;
	width:315px;
	}

.smallads{ color: #FFFFFF; 
	display: block;
	width:315px;
	}
	
.links{ color: #FFFFFF; 
	display:block;
	width:315px;
	}
	
p {color: black; 
	text-align: center}

p.card{ color: #000000; 
	display:inline;
	width:315px;
	}
p.arcade{ color: #000000; 
	display:inline;
	width:315px;
	}
p.classic{ color: #000000; 
	position:relative;
	display:inline;
	width:315px;
	}
p.logic{ color: #000000; 
	display:inline;
	width:315px;
	}
p.word{ color: #000000; 
	display:inline;
	width:315px;
	}
p.other{ color: #000000; 
	display:inline;
	width:315px;
	}
p.fun{ color: #inline; 
	display:block;
	width:315px;
	}



h1 {color: #222222; }
h3 {color: #0000CC; }

a:link {color: #0000FF; }
a:visited {color: #000099; }
a:hover {color: #FF6600; }
.style1 {color: #FF6600;}
.style2 {color: #000000; }
.style4 {font-size: 16px}

.shopping {
	display:none;
	}
	
.footer{ color: #FFFFFF; 
	display:block;
	clear:both;}
	
</style>
</head>
</body>
</html>