body {
	font-family: "Arial", "新細明體";
	background-color: #FEFAE6;
	background-image: url(images/bg2008.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

/*十大系列主畫面點選連結 main1.php*/
  a.main:link {text-decoration:none;font-family:"arial";font-size:12pt;color:#990000; font-weight: bold}
  a.main:visited { text-decoration:none;font-family:"arial";font-size:12pt;color:#990000; font-weight: bold}
  a.main:hover { text-decoration:none;font-family:"arial";font-size:12pt;color:#FF0000; font-weight: bold}

/*系列主畫面點選連結 chinese.php&english.php&math.php&natural.php&game.php*/
  a.othermain:link {text-decoration:none;font-family:"arial";font-size:16pt;color:#990000;}
  a.othermain:visited { text-decoration:none;font-family:"arial";font-size:16pt;color:#990000;}
  a.othermain:hover { text-decoration:none;font-family:"arial";font-size:16pt;color:#FF0000;}
  
/*闖關測驗畫面點選連結 main/index.php*/
  a.testmain:link {
	font-size:14pt;
	color:#990000;
	font-weight: bold;
	text-decoration:none;
}
  a.testmain:visited {
	font-size:14pt;
	color:#990000;
	font-weight: bold;
	text-decoration:none;
}
  a.testmain:hover {
	font-size:14pt;
	color:#FF0000;
	font-weight: bold;
	text-decoration:none;
}  
