/*ーーーーーBODYーーーーーーーーーーーーーーーーーーーー*/
BODY {
	background-color: FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


/*ーーーーーTD・THーーーーーーーーーーーーーーーーーーーー*/
TD { font-size:10px; }
TH { font-size:10px; font-weight: bold; }


/*ーーーーーリンクーーーーーーーーーーーーーーーーーーーー*/
A:link { color: 000000; text-decoration: none; }
A:visited { color: 000000; text-decoration: none; }
A:active { color: 000000; text-decoration: underline; }
A:hover { color: 000000; text-decoration: underline; }


