p {
	font-family: Arial, Helvetica, sans-serif;
	color: #2D1200;
}

body {
	text-align: center;
	background-color: #FEFFEC;
	color: #FFFFCC;
	line-height: 1.4em;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;

}
    
.realLink {
	text-decoration: underline;
}
