body 
{
	background-color: #FFF0DF;
}

P{font-size:24;}



a:link {color:#714D00; font-size:22px; text-decoration: none}      /* unvisited link */
a:visited {color:#714D00; text-decoration: none}  /* visited link */
a:hover {color:#714D00;text-decoration: underline;text-shadow: 1px 1px #4F3500;}  /* mouse over link */
a:active {color:#714D00; text-decoration: none}  /* selected link */

