/*******************************style1.css******************************
控制整个网站布局的样式文件
作者：傲天龙 
MSN:aotianlong@hotmail.com
HOMEPAGE:http://aotianlong.yeah.net
CREATEDATE:2004年10月14日
************************************************************************/

body,td
{
	font-size:12px;
	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-size:12px;
	color:black;
}
.boxerover
{
	border:2px white inset;
	background-color:#cccccc;
	color:orange;
	font-size:12px;
	text-align:center;
	cursor:hand;
}



/*footer.php中的样式*/




/*index.php中的样式*/
.navigate
{
	font-size:12px;
	text-align:right;
	background-color:#cccccc;
	border-top:2px white solid;
	border-bottom:1px black solid;
	border-right:1px black solid;
	text-align:center;
}
