html, body
	{height:100%;} 

body {
	background-color: #f2aec7;
	font-size: 10px;
	font-family: arial, sans-serif;
	color: #ffffff;
	text-align: left;

}

a:link {
	color: #ce6586
}

a:visited {
	color: #631a2b;
}

a:active {
	color: #631a2b;
}

