body {
	font-size : x-small;
	scrollbar-base-color:#acaaff;
	scrollbar-arrow-color:#ffffff;
}
td {
	font-size : x-small;
}
input,textarea,select{ 
	border-top : 0px solid #0099ff;
	border-bottom : 1px solid #88ccff;
	border-left : 0px solid #0099ff;
	border-right : 1px solid #88ccff;
	background-color : aliceblue;
}
a:link {
	color : #222277;
	text-decoration : none;
	font-weight : bold;
}
a:visited {
	color : #222277;
	text-decoration : none;
	font-weight : bold;
}
a:active {
	color : #222277;
	text-decoration : none;
	font-weight : bold;
}
a:hover {
	color : #4444ff;
	text-decoration : none;
	font-weight : bold;
}