h1{
	background: black;
	border:thin outset silver;
	font-style:italic;
	text-align:center;
	padding:0.25em;
	font-weight:bold;
}

table{ 
       width:640px;
       margin:1%;
       font-size:smaller;
       line-height:120%;
       background-color: #222;
       border-width:medium thin thin medium;
       border-style:double solid solid double;
       border-color:#696969;
       }

thead{ 
       text-align:center;
       line-height:150%;
       }

th, td{ 
       border-left:0px solid #696969; 
       border-right:thin solid #696969; 
       border-top:0px solid #696969; 
       border-bottom:thin solid #696969; 
} 

.rank{ 
       width:37px;
       text-align:center;
       }

.name{ 
       width:125px;
       }

.stroke{ 
         width:42px;
       text-align:center;
         }

.miss{ 
       width:34px;
       text-align:center;
       }

.accuracy{ 
           width:47px;
       text-align:center;
           }

.comment{ 
          width:225px;
          }

.date{ 
       width:95px;
       }
