body  { background-color: black }


body,td     { color: #999999; font-size: 9pt; fontcolor: #999999  }

a:link    { color: #3EC394; text-decoration: none }

a:visited {
color: #eab8b2;
}

a:hover {
 color: #000000;
}

a{
text-decoration: none;
}

/*input button style*/
.input_original  { color: #999999; background-color: black; border: solid 1px #999999 }

/*img border*/
.border_style  { border: dotted 1px #999999 }

/*all text color and font*/
.text {
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*table*/
.table1  { border-left: 1px dotted #999999 }


