/*******************************style1.css******************************
控制整個網站佈局的樣式文件
作者：NekoWei 
MSN:nekowei@hotmail.com
HOMEPAGE:http://www.nekowei.idv.tw
CREATEDATE:2004年10月14日
************************************************************************/

body,td
{
    font-family: Verdana, 新細明體, sans-serif;
	font-size:14px;
	color:black;
}

a
{
	color:blue;
	text-decoration:none;
}

a:hover
{
	color:red;
	text-decoration:underline;
}

/*header.php中的樣式*/
.boxer
{
	border:2px white outset;
	background-color:#cccccc;
	text-align:center;
	font-family: Verdana, 新細明體, sans-serif;
	font-size:14px;
	color:black;
}
.boxerover
{
    font-family: Verdana, 新細明體, sans-serif;
	border:2px white inset;
	background-color:#cccccc;
	color:orange;
	font-size:14px;
	text-align:center;
	cursor:hand;
}



/*footer.php中的樣式*/




/*index.php中的樣式*/
.navigate
{
    font-family: Verdana, 新細明體, sans-serif;
	font-size:14px;
	text-align:right;
	background-color:#cccccc;
	border-top:2px white solid;
	border-bottom:1px black solid;
	border-right:1px black solid;
	text-align:center;
}
