BODY
{
  FONT-SIZE:16px;
  COLOR:#000000;
  background-color:FFFFFF;
  LINE-HEIGHT:140%;
  font-family:宋体, serif;
  margin:10px;
  WORD-BREAK:break-all;
}
img
{
  vertical-align:middle;
  border:none;
}
A
{
  TEXT-DECORATION:none;
}
A:link
{
  COLOR:#000000;
  TEXT-DECORATION:none;
}
A:visited
{
  COLOR:#83006f;
  TEXT-DECORATION:none;
}
A:hover
{
  COLOR:#bc2931;
}
A:active
{
  COLOR:#bc2931;
}
INPUT
{
  cursor:hand;
}
LABEL
{
  cursor:hand;
}
/*软件的主界面*/
.MainBody
{
  cursor:default;
  background:url(../images/MainBackground.gif);
}
/*考试大纲界面*/
.TestInfoBody
{
  background-color:#eff8ff;
  color:#000000;
  font-size:14px;
  font-family:宋体,serif;
  line-height:140%;
}
/*考试结果界面*/
.TestResultBody
{
  background-color:#eff8ff;
  color:#90abb8;
  font-size:14px;
  font-family:宋体,serif;
  line-height:140%;
}
/*考试结果标题*/
.TestResultTitle
{
  font-weight:bold;
  font-size:18pt;
  margin-top:10px;
  margin-bottom:16px;
  font-family:宋体, serif;
  color:#006378;
  line-height:120%;
}
/*软件的主界面的软件标题*/
.SoftTitle
{
  font-weight:bold;
  font-size:24pt;
  margin-top:10px;
  margin-bottom:16px;
  font-family:宋体, serif;
  color:#006378;
  line-height:120%;
}
/*软件的主界面的按钮的标题*/
.MenuTitle
{
  font-weight:bold;
  font-size:18pt;
  margin:0px;
}
/*试题的标题、考试大纲的标题*/
.TestCaption
{
  font-weight:bold;
  font-size:18px;
  font-family:"宋体", serif;
  LINE-HEIGHT:120%;
  text-align:center;
  margin-top:4px;
  margin-bottom:8px;
}
/*题型说明*/
.TestStyleExplain
{
  font-weight:bold;
}
/*考试界面*/
.TestBody
{
 background-color:#F8D1F5;
  color:#000000;
 font-size:14px;
 font-family:宋体;
  line-height:140%;
}
/*题干*/
.TestMainTitle
{
font-size:20px;
 font-family:宋体,serif;
  line-height:140%;
}
/*试题内容*/
.TestContent
{
 font-size:18px;
 font-family:宋体,serif;
  line-height:140%;
}
/*试题分隔*/
.TestFG
{
  background:url(../images/dot.gif) repeat-x;
  margin-top:0px;
  margin-bottom:8px;
  height:1px;
  clear:both;
  font-size:1px;
  text-align:center;
}
/*工具栏内容*/
.TestToolBar
{
  font-size:12px;
  text-align:right;
}
/*工具栏的按钮*/
.ShowAnswer
{
  color:#1F3A87;
  cursor:hand;
}
/*隐藏的答案及解题思路*/
.HideAnswer
{

}
.FlatInput
{
  color:#0560A6;
  border:#7F9DB9 1px solid;
  cursor:hand;
}
/*表格内容*/
.table1
{
 background-color:8454016;
  color:#000000;
  border-left:#7F9DB9 1px solid;
  border-right:#7F9DB9 1px solid;
  border-bottom:#7F9DB9 1px solid;
  cursor:hand;
}
/*表格内容*/
.table2
{
  background-color:#eff8ff;
  color:#000000;
  border-bottom:#7F9DB9 1px solid;
  border-left:#7F9DB9 1px solid;
  cursor:hand;
}
/*表格right*/
.table3
{
  font-weight:bold;
  background-color:#c9e9f9;
  color:#000000;
  border:#7F9DB9 1px solid;
  cursor:hand;
}
/*表格left1*/
.table4
{
  font-weight:bold;
  background-color:#c9e9f9;
  color:#000000;
  border-bottom:#7F9DB9 1px solid;
  border-top:#7F9DB9 1px solid;
  border-left:#7F9DB9 1px solid;
  cursor:hand;
}
/*正确答案背景色*/
.rightanswer
{  
 background-color:#E7FFCE;
  color:#000000;
}
/*答案解析背景色*/
.answersay
{  
 background-color:#D1DFF8;
  color:#000000;
}
.answerInput
{
 font-size:14px;
 font-family:宋体;
 cursor:hand;
 width:100%;  
}

td {
	font-size: 12px;
	line-height: 22px;
}

.tdtbg {
	background-color: #39867B;
}

.tdbg {
	background-color: #C6EBDE;
}

input.text {
	font-size:12px;
	color: #333;
	background-color: #F0F0FF;
	border: 1px #000 solid;
}

.title {
	font-size: 14px;
	font-family: 黑体;
	color: #000;
}

.tborder {
	border:1px solid #39867B;
}

A:link {
	color:#000;
	text-decoration:none;
}

A:visited {
	color:#000;
	text-decoration:none;
}

A:hover {
	color:#FF0000;
	text-decoration:underline;
}

A.hotexamA:link {
	color:#0000FF;
	text-decoration:none;
}

A.hotexamA:visited {
	color:#0000FF;
	text-decoration:none;
}

A.hotexamA:hover {
	color:#FF0000;
	text-decoration:underline;
}