	body {
		background-color : #FFFDDE;
		margin : 10px;
		padding : 0px;
		scrollbar-base-color : #655ADF;
		scrollbar-face-color : #655ADF;
		scrollbar-track-color : #A8B8E7;
		scrollbar-arrow-color : #FFFECA;
	}
	
	body, td {
		font-family : verdana;
		font-size : 11pt;
		color : #413A90;
	}

	a {
		font-weight : bold;
		color : #E98760;
		text-decoration : none;
	}
	a:hover {
		text-decoration : underline;
		color : #655ADF;
	}
