a {
	color: #ffcc99; 
	text-decoration: none
}

a:hover {
	color: #ff6699; 
	text-decoration: underline
}

body {
	color: #000000; 
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 30px; 
	margin-top: 30px;
	background: url(../grfx/background.gif) top left no-repeat #F9DC97; 
}