@charset "utf-8";
/* CSS Document */


table
{ 	
	border-collapse: collapse;
	background-color: #868383;
	color:aliceblue;
	width:30%;
}
th,td
{
	padding:4px;
	text-align: center;
}
th
{
	background-color:#292828;
	color:white;
}
tr:nth-child(even)
{
	background-color:#510002;
}
hr
{
	color:#8E5F5F;
}
	
	