﻿body
{
	font-size:small;
	font-family:黑体;
	color:#000000;
	line-height:20px;
}

a:link     
  {  
	font-family:黑体;
    font-weight:bold;
    text-decoration:   none ; 
    border: none 0px none; 
  }
 
a:hover
{
	text-decoration:underline;
	  border: none 0px none;
	}
a:visited  
  {   
	font-family:黑体;
  font-weight:bold; 
  text-decoration:   none;   
    border: none 0px none; 
  }
  a:active
  {
	text-decoration:underline;
	  border: none 0px none;
	}

