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

body {
	text-align: center;
	background-color: #fdb6af;
	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;
}

/* lists */
ul {
	list-style-type: none;
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 0;
	overflow: none;
}

li {
	display: inline-block;
	margin: 0;
	padding: 4px;
	background: #acbcbc;
}

/* 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;
}