td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	color : Black;
}
div{
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	color : Black;
	width: 640;
	overflow: auto;

}
a:link    {
	color: Gray;
	text-decoration: none;
	font-weight : normal;
} 
a:visited {
	color: Gray;
	text-decoration: none;
	font-weight : normal;
} 
a:hover   {
	color: Gray;
	text-decoration: underline;
	font-weight : normal;
} 
a:active  {
	color: Gray;
	text-decoration: none;
	font-weight : normal;
} 
a:focus   {
	color: Gray;
	text-decoration: none;
	font-weight : normal;
} 
}
body{
scrollbar-base-color:red;
scrollbar-track-color:gray;
scrollbar-face-color:silver;
scrollbar-highlight-color:black;
scrollbar-3dlight-color:yellow;
scrollbar-darkshadow-color:yellow;
scrollbar-shadow-color:black;
scrollbar-arrow-color:black;
}
