body {
  overflow-y: scroll; /* Show scrollbars */
}
*{
	font-family: "Verdana", sans-serif;
}
td{
	font-size: 12px;
}
img{
	max-width: 512px;
	max-height: 512px;
}
h2{
	color: #C6FFF8;
}
h3{
	color: #C6FFF8;
}
a{
	text-decoration: none;
}
.side-links{
	font-size: 10px;
	font-weight: bold;
	color: white;
}