body {
	color: black;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

a.abtn:link{
  text-decoration: none;
  color:black;
}
a.abtn:visited{
  text-decoration: none;
  color:black;
}
a.abtn {
    color: black;
    border: 1px solid #e1e1e8;
}
a.abtn-fc {
    border-left: 1px solid #e1e1e8;
}


/*
*** conju table
 */
table.v td.head {
	background: #cccccc;
	color: black;
}
table.v td.highlight, .highlight {
/*	color: blue; */
	background: none;
	border-color: black;
	border-style: solid;
	border-width: 2px;
	padding: 2px;
/*	border-bottom-color: #b7ffb7;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	box-shadow: #b7ffb7 0px -3px 0px 0px inset
*/
}

/*
*** Memo
 */
table.m td.head {
   color: black;
/*   white-space: nowrap;*/
}



/*
*** From ts2.css
 */
a:link{
  color: black;
  text-decoration: underline;
}
a:visited{
  color: black;
  text-decoration: underline;
}
a:active{
  color: black;
  text-decoration: underline;
  background-color : white;
}
a:hover{
  color: black;
  text-decoration: underline;
  background-color : white;
}
