﻿body {
}
.label
{
 cursor:pointer;
 font-family:標楷體;
 font-size:12px;
 color:Blue;
	}
a:hover
{
  text-decoration:underline;
  color: #005678;
	}
a:active {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

.General {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;	
}