/* External Stylesheet for Games Site */

a		{text-decoration: none;
		 color: deepskyblue;
		 font-weight: bold;}

a:hover		{text-decoration: overline underline;
		 color: navy;
		 font-weight: bold;}
		 
body		{background-image: url(bg.png);
		 background-repeat: repeat;
		 background-attachment: fixed;
		 text-align: center;
		 color: crimson;
		 font-family: verdana, century gothic, arial, sans-serif;
		 font-size: 12px;}
		 
.bluetext	{color: blue;
		 text-align: center;
		 font-size: 10px;
		 background-image: url(white.jpg);}

table		{font-size: 12px;;
		 text-align: left;}
		 
.review		{background-image: url(review.jpg);
		 color: black;}
		 
.review2	{background-image: url(review2.jpg);
		 color: black;}
		 
.white		{background-image: url(white.jpg);
		 text-align: center;}
		 
.skybluetext	{color: deepskyblue;}

/*  End of Stylesheet  */