/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 20px;
}


.style1
{
font-size:12px;
}

.style1 a:link
{
font-size:12px;
color:black;
text-decoration:none;
}
.style1 a:visited
{
font-size:12px;
color:black;
text-decoration:none;
}
.style1 a:hover
{
	font-size:12px;
	color:#CC0000;
	text-decoration:none;
}
.style2 {
	border: 1px solid #FF9900;
	font-size: 12px;
}

/* Header灰色部份 */
.header2
{
font-size:12px;
}

.header2 a:link
{
font-size:12px;
color:#666666;
text-decoration:none;
}
.header2 a:visited
{
font-size:12px;
color:#666666;
text-decoration:none;
}
.header2 a:hover
{
	font-size:12px;
	color:#FF9900;
	text-decoration:underline;
}

/* Header黑色部份 連結紅色*/
.header1
{
font-size:12px;
}

.header1 a:link
{
font-size:12px;
color:black;
text-decoration:underline;
}
.header1 a:visited
{
font-size:12px;
color:black;
text-decoration:underline;
}
.header1 a:hover
{
	font-size:12px;
	color:red;
	text-decoration:underline;
}

/* 主頁部份, 連結灰色 */
.banner
{
font-size:15px;
}

.main
{
	font-size: 12px;
}

.main a:link
{
font-size:12px;
color:#666666;
text-decoration:underline;
}
.main a:visited
{
font-size:12px;
color:#666666;
text-decoration:underline;
}
.main a:hover
{
	font-size:12px;
	color:#ff9900;
	text-decoration:none;
}

/* 對賽表 */
.grid
{
font-size:12px;
}

.grid a:link
{
font-size:12px;
color:#666666;
text-decoration:none;
}
.grid a:visited
{
font-size:12px;
color:#666666;
text-decoration:none;
}
.grid a:hover
{
font-size:12px;
color:orange;
text-decoration:none;	
}


/* 討論區, 灰綠色字 */
.discuss
{
font-size:12px;
color: #7d731b;
}

.grey1
{
font-size:12px;
}

.grey1 a:link
{
font-size:12px;
color:black;
text-decoration:none;
}
.grey1 a:visited
{
font-size:12px;
color:black;
text-decoration:none;
}
.grey1 a:hover
{
	font-size:12px;
	color:white;
	text-decoration:none;
}
