body
{
	background: #291A11;
	color: #FFFFA0;
	font-family: "MS Serif", "Microsoft Serif", "Times New Roman", serif;
}

a:link { color: silver }
a:visited { color: gray }
a:hover { color: white }
a:active { color: #FFFFA0 }

.white { color: white }
.yellow { color: yellow }
.invisible { color: #291A11 }
.center { text-align: center; }
.just { text-align: justify }
.right { text-align: right }
.title { font-size : x-large }
.subtitle { font-size : large }
.date { font-size : x-small; color : gray }
.cap { font-size : larger }
.text { font-size : small; color : #FFFFC0 }
.download { font-size : small; color : silver }
.mp3 { font-size : x-small; color : silver }
.feed { font-size : x-small; color: silver; text-decoration: underline }
.bigfeed { color: silver; text-decoration: underline }
.shownotes { font-size : small }
.wikilink { border-width: 1px; border-color:red; border-style:outset }
.comment { color: green }

a:link.riverlink    { color: white;    text-decoration: none }
a:visited.riverlink { color: white;    text-decoration: none }
a:hover.riverlink   { color: white;  text-decoration: underline }
a:active.riverlink  { color: white;  text-decoration: none }

a:link.silentriverlink    { color: white;    text-decoration: none }
a:visited.silentriverlink { color: white;    text-decoration: none }
a:hover.silentriverlink   { color: #FFFFA0;  text-decoration: underline }
a:active.silentriverlink  { color: #FFFFA0;  text-decoration: none }

.indent1 { font-size : small; color : #FFFFC0 }
.correct { font-weight: bold; color: green }
.incorrect { font-weight: bold; color: red }

.english { font-size: large }
.chinese { color: white ; font-size: large }
.tones {  }
.latin {  }

.box
{
	border-style: solid;
	border-width: 1;
	border-color: #FFFFA0;
	background: white;
	padding-left: 5px;
	padding-right: 5px;
	color: black;
	font-size: smaller;
}

#body-box-label+div
{
	border-style: solid;
	border-width: 1;
	border-color: #FFFFA0;
	background: white;
	padding-left: 5px;
	padding-right: 5px;
	color: black;
	font-size: smaller;
}

#body-box-label+div a:link { color: blue; }
#body-box-label+div a:visited { color: blue; }
#body-box-label+div a:hover { color: blue; }
#body-box-label+div a:active { color: blue; }

