/*-------------------- body --------------------*/
body{
         margin-top: 0px;
	background: #ffffAA;
  background-image:url("../img/bk2.gif");
	     color: #0000AA;
    }
P {
	line-height: 140%;
	  font-size: 105%;
	font-weight:bold;
}
tr {
	line-height: 140%;
	  font-size: 105%;
	font-weight:bold;
	text-align: left;
	vertical-align: top; 
}
td {
	line-height: 160%;
	  font-size: 100%;
	font-weight:bold;
}

/*-------------------- element type --------------------*/
tr.td.shita a:link {
	background:#FFFFC;
	text-decoration:none;
	font-size: 100%;
}
tr.td.shita a:visited {
	color: #000099;
	text-decoration:none;
	font-size: 100%;
}
tr.td.shita a:active {
	color: #000000;
	background:#AAAA55;
	font-size: 100%;
}
tr.td.shita a:hover {
	color: #FFFFFF;
	background:#994444;
	text-decoration: underline;
	font-weight:bold;
	font-size: 95%;
}

