/* links +   */

A:link 
{
	text-decoration: underline; 
	color: #0000FF;		 /* Blue */
}

A:visited 
{
	text-decoration: underline; 
	color: #0000FF;		 /* Blue */
}

A:active 
{
	text-decoration: underline; 
	color: #0000FF;		 /* Blue */
}

A:hover 
{
	text-decoration: underline;  
	color: #FF0000 ; /* red */
}

/* links - */

li
{
	list-style: square outside;
}

.logo
{
	font-size: 20pt;
	color: #008000; /* Green */
	padding-right: 35pt;
}

.title
{
	font-size: 16pt;
	color: #800000; /* Maroon */
	border-top: 1pt solid #CFCFC7; 
	line-height: 30pt;
}

.navigation_top
{
	border-top: 1pt solid #CFCFC7; 
	line-height: 30pt;
	font-size: 11pt;
}

.menu 
{
	font-size: 12pt;
}

.bodytext,.standard 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

.footer
{
	border-top: 1pt solid #CFCFC7; 
	font-size: 11pt;
}

h1
{
	font-size: 16pt;
}

.code
{
	border-width:1pt;
	border-style:solid;
	border-color:#999999;
	background-color:#FFFFE0; 
	font-size:14pt;
	color:#0000C0;
	padding: 10;
}

.explanation
{
	border-width:1pt;
	border-style:solid;
	border-color:#999999;
	font-size:10pt;
	padding: 10;
}

.small
{
	font-size:11pt;
}

.ad_table
{
	border-width:1pt;
	border-style:solid;
	border-color:#999999;
	width: 50;
}

.ad_title
{
	font-size:10;
	font-weight: bold;
}

.ad_text
{
	font-size:10;
}

.ad_bottom
{
	font-size:9;
}

.category_classic
{
	font-size:10pt;
	font-weight: bold;
}


.category_modern
{
	padding-top: 20pt;
	font-size:10pt;
	font-weight: bold;
}

.chinese
{
	font-size:18pt;
	color:green;
	padding-top: 5pt;
	padding-bottom: 5pt;
}


.pinyin
{
	font-size:10pt;
	font-style: italic;
	padding-bottom: 5pt;
}

.translation
{
	font-size:14pt;
	padding-bottom: 5pt;
}

.source
{
	font-size:10pt;
}

.reference
{
	font-size:14pt;
}

.emphasis
{
	color: #FFA500;	/* Orange */
}

.citation
{
	text-align: right;	
	font-style: italic;
	font-size:10pt;
}

