/*主体（字体，主色，底色）*/
body{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
	background-color: #C0C0C0;
}

/*表格（普通表格的宽度）*/
table{
	width: 746px;
}

/*超链接（激活时变浅）*/
a:link {color: #0000FF;}
a:visited {color: #0000FF;}
a:hover {color: #0077FF;}



/*中齐表格（内容完全居中的表格，如首页和专题站中角色出场，声优栏等）*/
.tablec{
	text-align: center;
}

/*游戏介绍用表格（NEOGEO计划部分）*/
.tableg{
	width: 300px;
	background-color: #C0C0C0;
}

/*角色介绍用表格（KOF角色部分）*/
.tablef{
	width: 350px;
	background-color: #C0C0C0;
}

/*OTE图片连接用表格（角色连接列表）*/
.tablel{
	width: 400px;
}

/*标题（通用大标题）*/
.fontt{
	font-family: Tahoma;
	font-size: 48px;
	text-align: center;
}

/*副标题（文字较小的标题）*/
.fontt2{
	font-family: Tahoma;
	font-size: 32px;
	text-align: center;
}

/*专题站用标题（图片上的超大标题）*/
.fontsp{
	font-family: Tahoma;
	font-size: 64px;
	text-align: center;
}

/*标记（标记色，辅助色）*/
.fontm{
	color: #FF0000;
}

/*未知（未知内容配色，未公开部分配色）*/
.fontu{
	color: #777777;
}

/*底色（个人主页用隐藏文字配色）*/
.fontg{
	color: #C0C0C0;
}

/*11号字体（电子邮件和版权专用）*/
.font11{
	font-size: 11px;
	text-align: center;
}