/*                 
._ _._ _ _ | _.
|_(_| | (/_|(_|
|                */ 

body {
	background-color: #0000;
	color: #2a274a;
	font: normal 14px Verdana, sans-serif;
	display: table-cell;
  vertical-align: middle;
}

html {
  display: table;
  margin: auto;
}

/* text */
h1 {
  font-family: georgia;
  text-align: center;
}

h3 {
  font-family: georgia;
  text-align: center;
}

/* lists */
ul {
	list-style-type: none;
}

/* unvisited link */
a:link {
  color: #723534;
}

/* visited link */
a:visited {
  color: #723534;
}

/* mouse over link */
a:hover {
  color: #fdd4c4;
}

/* selected link */
a:active {
  color: #d17c79;
}