﻿

a.link1:link {
	text-decoration: none;
	color: #0033FF;
}
A.link1:visited {
	text-decoration: none;
	color: #0033FF;
}
A.link1:active {
	text-decoration: none;
	color: green;
}
A.link1:hover {
	text-decoration: underline;
	color: green;
}



A:link {
	text-decoration: none;
	color: #0033FF;
}
A:visited {
	text-decoration: none;
	color: #0033FF;
}
A:active {
	text-decoration: none;
	color: green;
}
A:hover {
	text-decoration: underline;
	color: orange;
}
body {
	background-color: #FFFF99;
	color: #000080;
}

hr {	 
	border-style:solid;
	background-color:orange;
	color:orange;
	height: 3px;
}

.mainTable{
	width = 800px;
	border = "0";
}

.fontRed{
	color: #ff0000;
}

.fontPurple{
	color: #880088;
}
.fontTitle1{
	text-align: center;
	font-weight: bold;
	font-size: large;
	font-family: "標楷體";
	color: #ff0000;
}

.fontTitle2{
	text-align: center;
	font-weight: bold;
	font-size: large;	
	font-family: "標楷體";
	color: #880088;
}

.divCenter {
	text-align: center;
}

