.hr_space_top {
   margin: 100px 10px 0px 10px;
}
.word_legend {
	background-color: #9DABC8;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.word_legend ul {
	list-style-type: none; /*turns off display of bullet*/
	border-top: 2px solid #637395;
	border-right: 2px solid #D7DDEA;
	border-bottom: 2px solid #D7DDEA;
	border-left: 2px solid #637395;
	background-color: #FFF;
   margin: 16px 16px 0px 16px;
   padding: 10px;
}
.word_legend li {
   white-space: nowrap;
   font-size: 110%;
   line-height: 1.25;
}
.noun, .pronoun, .article, .adverb, .preposition, .adjective {
	font-weight: bold;
}
.verb {
	font-weight: bolder;
}
.noun_box, .verb_box, .pronoun_box, .article_box, .adverb_box, .preposition_box, .adjective_box {
   /* border: 1px solid #333; */
}
.noun, .noun_box { color: #00F; } /* Blue */
.verb, .verb_box { color: #000; } /* Black */
.pronoun, .pronoun_box { color: #008000; } /* Green */
.article, .article_box { color: #F00; } /* Red */
.adverb, .adverb_box { color: #8A2BE2; } /* BlueViolet */
.preposition, .preposition_box { color: #FF8C00; } /* Dark Orange */
.adjective, .adjective_box { color: #F0F; } /* Fuchsia */

/* ---------------------------------------*/
.advertize {
   font-size: 90%;
   padding: 2px;
	margin: 10px 8px 2px 8px;
	color: #FFF;
   height: 100%;
   /* border-top: 2px solid #AA9500;
	border-right: 2px solid #FEF191;
	border-bottom: 2px solid #FEF191;
	border-left: 2px solid #AA9500; 
	background-color: #FFDC00;*/
   
   /*border-top: 2px solid #946B94;
	border-right: 2px solid #FDE3FD;
	border-bottom: 2px solid #FDE3FD;
	border-left: 2px solid #946B94;*/
   
   border: 4px solid #fff;
   
	background-color: #D8BFD8;
}
.advertize .note {
   vertical-align: bottom;
   padding: 0;
	text-align: center;
	font-size: 90%;
	height: 100%;
	color: #000;
}
.advertize img {
	border: 0;
   padding: 0;
   margin: 0;
	width: 90px;
	height: 78px;
}
.advertize .note a {
	color: #000;
	border: 0;
   padding: 0;
}