body{
     font-size: 12px;
     color: #808080;
     background-color: #ffffff;
}

body {
       border-top: 10px solid #cc8080;
       border-right: 10px solid #cc8080;
       border-bottom: 10px solid #cc8080;
       border-left: 10px solid #cc8080;
}
  A:link { text-decoration:none; color:#808080; }
  A:visited { text-decoration:none; color:#cc8080; }
  A:active { text-decoration:underline; color:#808080; }
  A:hover { text-decoration:none; color:#c0c0c0; background-color:#; }

BODY{
  scrollbar-face-color: #cc8080;
  scrollbar-highlight-color: #b33333;
  scrollbar-shadow-color: #b33333;
  scrollbar-3dlight-color: #b333333;
  scrollbar-arrow-color: #b33333;
  scrollbar-track-color: #cc8080;
  scrollbar-darkshadow-color: #cc8080;
}

BODY {
	background-image : url("./hana.gif");
	background-attachment: fixed;
	background-position:0% 95%;
	background-repeat: no-repeat;
}

.table_top{
	background-color: #ede0d8;
}

.table_bottom{
	background-color: #ffffff;
}

.album_score{
	background-color: #e6b3b0;
}

.album_in{
	background-color: #ffffff;
}

.copyright{
	color: #808080;
}

