A{
  color : blue;
  text-decoration : none;
}
A:HOVER{
  color : red;
  text-decoration : underline;
}
FONT{
  color:;
}
BODY {
	background-color: #fff0d8;
	background-image : url(../pic/backgrand/left.gif);
	scrollbar-face-color: #fff0d8;
	scrollbar-arrow-color: #c02040;
	scrollbar-highlight-color: #c02040;
	scrollbar-shadow-color: #a00000;
	scrollbar-3dlight-color: #fff0d8;
	scrollbar-darkshadow-color: #fff0d8;
	scrollbar-track-color: #fff0d8;
	font-size: small;
}