/* CSS Document */
	
/* high level */
body{
margin: 0px 0px 5px 0px;
/*background: #f9f9df url(http://images2.gamelink.com/GLImages/gv/bg_bodyLt.gif) repeat;*/
text-align: center;
}

body, td {
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:hover, a:active {
	 font-style: normal;
    color: #AC255E;
    text-decoration: none;
}

a:visited{
	 font-style: normal;
    color:#666666;
    text-decoration: none;
}

a:hover{
	 font-style: normal;
    color:#FFCCFF;
    text-decoration: none;
}

.nav{
}
