@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
html {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}
body {
	background-color: #F8D6F7;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a {
	text-decoration: none;
}
li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
}

