@charset "utf-8";
/* CSS Document */

body {
	font-size:12px;
	background-image: url(../images/backg.gif);
}

td { font-size:12px;}

a:link {
	color: #000000;
	font-size: 12px;
}
a:visited {
	color: #000000;
	font-size: 12px;
}

.Left {
	color: #CC0000;
	text-align: left;
	text-indent: 1pc;
	white-space: normal;
}

/*     下面的方式有时候好使，有时候不好使，最好用<font color>把字扩起来  
.Top:link {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CC0000;
	text-align: center;
	font-size: 12px;
	background-position: center center;
}
  */