a{
    color: #008800;
    text-decoration: none;
    }
    a:hover{
        color: #FFFFFF;
        text-decoration: underline;
    }
    
body {
    background-color:#060007;
    margin:0px;
    color:#FFFFFF;
    text-align:left;
    }
    
H1{
	font-size:16pt;
	text-align:center;
}

td.charSelect{
    width: 120px;
    height: 120px;
    vertical-align: center;
    text-align: center;
    }