@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	background-color: #FFFFCC;
	background-image: url(palaysia.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	color: #660000;
	text-decoration: underline;
}
a:visited {
	color: #660000;
	text-decoration: underline;
}
a:hover {
	color: #669900;
	text-decoration: underline;
}
a:active {
	color: #660000;
	text-decoration: underline;
}
