﻿body 
{
	background-color:#e4e4e4;
	font-size:12px;
}
a:link {
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	color: #996633;
}

/* 連結(連結前樣式) */
a:visited {
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	color: #f07e00;
}
/* 連結(連結前樣式) */

a:hover {
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	  color:#cc9900;
}

