body {
    font-family: "Helvetica", "Arial", sans-serif;
	background: #d8ebfa;
	text-align: center;
	text-rendering: optimizeLegibility;
}

a {
	text-decoration: underline;
	color: #899aa6;
}

img  {
    border: none;
}

#page {
	background-color: transparent;
	position: absolute;
	top: 35%;
	left: 0px;
	margin-top: -50px;
	width: 100%;
	text-align: center;
	min-width: 100%; 
}

#content {
	position: relative;
	text-align: left;
	width: 170px;
	margin: 0px auto;
	height: 230px;
}

p {
	font: bold 18px "Helvetica", "Arial", sans-serif;
	color: #899aa6;
    text-shadow: white 0px 1px 0px;
}

p b {
	font-size: 25px;
    text-shadow: white 0px 1px 0px;

}