A			{text-decoration: none; font: 75% "arial", sans-serif; color: blue}
A:hover		{text-decoration: underline}
A.ext		{color: green}
A.email		{color: purple}
A.gbk		{color: aqua; text-decoration: none}
A.gbk:hover	{color: lime; text-decoration: underline}

BODY		{background-color: #F0FFF0; color: black}

H1, H2		{font-family: "courier new", monospace; text-align: center}
H3, H4		{font-family: "times new roman", serif}

P			{font-family: "times new roman", serif; text-align: justify; color: black}

.arial		{font-family: "arial", sans-serif}
.arials		{font: 75% "arial", sans-serif}
.arialg		{font: 75% "arial", sans-serif; color: #00FF00}
.copy		{font-size: 75%}
.green		{color: #00FF00}
.rednote	{font: 75% "arial", sans-serif; color: #FF0000}
.noteh		{font: 75% "arial", sans-serif; text-decoration: underline; cursor: hand}
.note		{z-index: 2; padding: 3; border: 1px solid black; font-family: "arial", sans-serif; font-size: "smaller"; position: absolute; background-color: white; color: #FF00FF; width: 250; visibility: hidden}

.menutop	{padding: 2; font: bold 75% "arial", sans-serif}
.menu		{padding: 2; width: 100px; position: absolute; top: 0px; left: 0px; visibility: hidden; z-index: 21; background-color: #99CCFF}
.menuitem	{width: 100px; color: white}
.menutext	{padding: 2; position: absolute; top: 23px}
.menuimg	{position: absolute; top: 22px}

A.menutop			{font: bold 75% "arial", sans-serif; color: black}
A.menuitem:hover	{background-color: #9980FF; text-decoration: none}

TH A		{color: aqua}
TH A:hover	{color: lime; text-decoration: underline}
TH			{text-align: left}

// LI {text-align: justify}

TABLE.ct, TABLE.dt, TABLE.nt, TABLE.it, TABLE.mb {width: 100%}

TABLE.dt TH, TABLE.nt TH, TABLE.mb TH {font: normal smaller "arial", sans-serif; background-color: teal; color: yellow}
TABLE.ct TD		{background-color: white}
TABLE.ct TD.i	{background-color: #F0FFF0; text-align: center; width: 200px}
TABLE.ct TH		{font: normal smaller "arial", sans-serif; background-color: teal; color: yellow; width: 15%}

TABLE.it TH		{font: normal 100% "arial narrow", sans-serif; background-color: #F0FFF0; color: black; width: 20%}

TABLE.dt TD		{background-color: white}
TABLE.dt TD.t	{background-color: #F0FFF0}

TABLE.nt TD.w	{background-color: white}

TABLE.mb	{background-color: green}
TABLE.mb TD, TABLE.mb TD P, TABLE.mb TH {text-align: center}
