﻿fieldset {   
	border: 1px solid #ccc;   
	padding: 0 5px;   
	width: 550px;
}

legend {
	font-family: arial, sans-serif;
	font-weight: Bold;
	font-size: 90%;
	color: #ffffff;
	background: #89C3E8;
	border: 0px solid #ccc;
	padding: 4px 8px;
}

.Title {
	font-family: 標楷體;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 2;
}

.Content {	
	font-size: 12px;    
	color: #696969;
}

.Content a:link {
	font-size: 12px;   
	color: Blue;
	text-decoration:none;
} 

.Content a:hover{
	font-size: 12px;   
	color: Blue;
	text-decoration:underline;
} 

.Content a:visited {
	color: Blue;	
	text-decoration:none;
} 

.Item {	
	font-size: 14px;    
	color: #696969;
}

.Item a:link {
	font-size: 14px;   
	color: #696969;
	text-decoration:none;
} 

.Item a:hover{
	font-size: 14px;   
	color: #696969;
	text-decoration:underline;
} 

.Item a:visited {
	color: #696969;	
	text-decoration:none;
} 
