body{
	margin-top: 20; 
	background-color: black; 
	color: white;
}

A{
	font-size: 16px;
}

A:link{
  color: white;
  text-decoration: none;
}

A:visited{
  color: white;
  text-decoration: none;
}

A:active{
  color: white;
  text-decoration: none;
}

A:hover{
  color: white;
  text-decoration: underline;
}

td{
	font-weight: bold; 
	text-align: center; 
	font-size: 14px;
}

img{
	border: 3px solid white;
}



