body { background: url("snow-honkouji-1-medium-size-medium-quality-080203-background-2.jpg") 50% 50% no-repeat; background-attachment: fixed;}

a:link {
	color: #1010df;
	text-decoration: none;
}
a:visited {
	color: #101040;
	text-decoration: none;
}
a:hover {
	color: #1060ff;
	background: url("quantum/aqua-logo-1-small.gif") 0 0 no-repeat;
	text-decoration: none;
}
table {
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 14pt;
}

h1,h2,h3 {
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column {
  flex: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}
