body {
	background-color: #FFCCFF;
	background-image: url(bg.gif);
	background-repeat: repeat;
}
a:link {
	color: #0000FF;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
