body
{
background-color: #0d0d0d 
}

h1
{
	color : pink;
	text-align: left;
}

h2
{
	color : red;
	text-align: left;
}

a
{
	color : red;
	text-decoration : none;
}

table
{
	border: medium solid green;
	border-collapse: collapse;
	width: 30%;
	text-align: center;
}

td, th
{
	color: white;
	border: thin solid #6495ed;
	width: 30%;
}
