﻿/* Global Styles */

body, td {
	font-family: 標楷體;
	font-size: 18px;
}

/*a {
	color: #00CCFF;
	}
	
a:hover {
	color: #00FF99;
	}*/
	
a {
	color: #9900CC;
	}
	
a:hover {
	color: #0000CC;
	}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* ID Styles */

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
	color: #CCFF99;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
#navigation a:hover {
	background: #99CC66;
	color:#993399;
	}