.word {
	font-family: "Times New Roman";
	font-size: 12px;
	line-height: 15px;
	color: #959595;
	letter-spacing: 1px;
	text-decoration: none;
}

.word2 {
	font-family: "Times New Roman";
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
	text-decoration: none;
}

 /*超連結*/
/*a:link {
	background-color:#000000;
	color: #ffffff;
	text-decoration: none;
}    
     
/*瀏覽過的超連結*/                              
/*a:visited{
	background-color:#000000;
	color: #ffffff;
	text-decoration: none;
} */      
  
a { 
	color="#000000";  
    display: block;   
    height: 28px;   
    line-height: 30px;   
	text-decoration: none;
 
}   
   
/*按下連結 */                             
a:active{
	color: #000000;
	background-color:#66cccc;
	height: 28px;   
	text-decoration: none;
}

/*滑鼠移至連結*/                              
a:hover{
	color: #000000;
	background-color:#66cccc;
	height: 28px;   
	text-decoration: none;
	cursor:pointer
}
