body {
	margin: 0px;
	scrollbar-arrow-color: #F8E0CD;
	scrollbar-base-color: #F8E0CD;
	scrollbar-dark-shadow-color: #ffffff;
	scrollbar-track-color: #E4D6F6;
	scrollbar-face-color: #AF84E4;
	scrollbar-shadow-color: #AF84E4;
	scrollbar-highlight-color: #F3C9A8;
	background-color: #FFCC99;
}
input { font-family: Verdana, Arial; font-size: 10px; color: #FFFFFF; background-color: #AF84E4; border: #FFCC99; border-style: solid; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px}
select { font-family: Verdana, Arial; font-size: 10px; color: #FFFFFF; background-color: #AF84E4; border: #FFCC99; border-style: solid; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px}
textarea { font-family: Verdana, Arial; font-size: 10px; color: #FFFFFF; background-color: #AF84E4; border: #FFCC99; border-style: solid; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px}

a:link {
	color: #FFCC99;
	text-decoration: none;
}
a:visited {
	color: #FFCC99;
	text-decoration: none;
}
a:hover {
	color: #FFCC99;
	text-decoration: none;
}
a:active {
	color: #FFCC99;
	text-decoration: none;
}

