@charset "UTF-8";
/* CSS Document */
BODY {
	font-size:32px;
	font-family:palatino;
	color: #000000;
	background-color: #ffffcc;
}
a:link {
	font-family: palatino;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-family: palatino;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: palatino;
	font-size: 36px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
a:active {
	font-family: palatino;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
/* CSS Document */


