/*----------------------------------------*/
/*   Action Graphics CSS                  */
/*   03/19/07 - Stone Acorn Enterprises   */
/*----------------------------------------*/

.body { 
      	background-image: url(graphics/#);
      	background-repeat: no-repeat;
      	background-position: center top;
	background-color: #330000;
      	margin-left: auto;
      	margin-right: auto;
      	margin-top: 0px;
      	margin-bottom: 0px;
      	valign: top;
      	}

table { 
      	margin-left: auto;
      	margin-right: auto;
     	margin-top: 0px;
    	margin-bottom: 0px;
     	padding-top: 0px;
    	padding-bottom: 0px;
	text-align:center;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	}
img {
	border: 0px;
	}

/*-----------------------------------------------*/
/*             LINKS                             */
/*-----------------------------------------------*/


a:link { 
       	color: #dddddd;
	text-decoration:underline;
      	font-family: sans-serif;
        font-size: 100%;
        }
a:visited { 
      	color: #dddddd;
	text-decoration:underline;
      	font-family: sans-serif;
        font-size: 100%;
        } 
a:hover { 
        color: #888888;
	text-decoration:none;
      	font-family: sans-serif;
        font-size: 100%; 
        } 
