/* CSS Document */
HTML	{ /* 设置页面 */ padding: 0 }
BODY	{ /* 页面间隔 */ margin: 0; border-style: none; /* 背景 */ background-color: #ffcc00 ; /* 文字样式 */ COLOR: #000000; font: 12px; text-decoration: none }
/* margin and padding 依次为 上,左,下,右 */
/* 文字与超连接默认样式 */
A	{ color: #000000; 	line-height: 200%; text-decoration: none }
A:hover	{ color: #ff0000; 	line-height: 200%; text-decoration: none }
A:visited { color: #000000; 	line-height: 200%; text-decoration: none }
/* Tbale Style */
TABLE,TR,TD	{ /*width: 100%;*/ font-size: 12px }
/* 图片样式 */
img	{ border-style: 1; margin: 0px;/* IE vertical-align: middle */ }

A.tw:link { font-size: 12px; line-height: 200%; color: #ffffff }
A.tw:hover { font-size: 12px;line-height: 200%; color: #99ff00 }
A.tw:visited { font-size: 12px;  line-height: 200%; color: #ffffff }

A.fb:link { font-size: 14px; 	line-height: 200%; color: #003300 }
A.fb:hover { font-size: 14px;  line-height: 200%; color: #ff0000 }
A.fb:visited { font-size: 14px;  line-height: 200%; color: #003300 }

A.fg:link { font-size: 14px; line-height: 200%;  color: #A1F28C }
A.fg:hover { font-size: 14px; line-height: 200%; color: #99ff00 }
A.fg:visited { font-size: 14px; line-height: 200%;	color: #A1F28C }

A.fy:link { font-size: 14px; line-height: 200%; color: #ffcc00 }
A.fy:hover { font-size: 14px;  line-height: 200%; color: #ff0000 }
A.fy:visited { font-size: 14px;  line-height: 200%; color: #ffcc00 }

A.sb:link { font-size: 16px;  line-height: 180%; font-weight: bold; color: #006600 }
A.sb:hover { font-size: 16px;  line-height: 180%; font-weight: bold; color: #ff0000 }
A.sb:visited { font-size: 16px;  line-height: 180%; font-weight: bold; color: #006600 }
