body
{
margin: 0px;
font-family:sans-serif; 
font-style: normal;
font-size:13px;
 /*background-image:url(art/background.jpg); */
/* background-repeat:no-repeat; */
background-color:white;
color: black; 
}

h1
{
display:inline;
color:black;
font-size:20px;
}

h2
{
display:inline;
font-size:16px;
font-weight:bold;
}

.gameimg
{
width:120px;
height:80px;
border:solid black 1px;
}

.imgbox
{
width:180px;
vertical-align:top;
text-align:center;
padding:0px;
border-spacing:0px;
}

.descbox
{
width:220px;
vertical-align:top;
text-align:center;
padding:0px;
border-spacing:0px;
}

.tablehr
{
color:lightgray;
}

.texthr
{
color:gray;
}

.maintd
{
border-top:solid black 1px;
border-bottom:solid black 1px;
vertical-align:middle;
text-align:center;
}

a.link1:link {color:blue; font-weight:bold; text-decoration:none}     /* unvisited link */
a.link1:visited {color: blue; font-weight:bold; text-decoration:none}  /* visited link */
a.link1:hover {color: blue;}  /* visited link */
