body {
	SCROLLBAR-FACE-COLOR:skyblue;
	SCROLLBAR-HIGHLIGHT-COLOR: skyblue;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR:  #ffffff;
	SCROLLBAR-TRACK-COLOR: navy;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;

	overflow: auto;
}

a:link {
	font-size: x-small;
	font-family: arial;
	color: blue;
	background-color: white;
	text-decoration: none;
	font-weight:none;
	
}
a:hover {
	color: red;
	font-size: x-small;
	background-color: white;
	text-decoration: none;
}
a:visited {
	font-size: x-small;
	font-family: arial;
	color: black;
	background-color: white;
	text-decoration: none;	
}
input {
	background-color: skyblue;
	border: 1px solid navy;
	font-family: verdana;
	font-size: xx-small;
	font-weight: bold;
}
