/* ========= Annotations ==============

    Colors
   THMS Red	#b6001e	(181,0,30)
  
  ==================================== */

  body {
	background-repeat: no-repeat !important;
background-color: #000000 !important;
  }
  
a:link, a:visited { color: #b6001e; }

/*----Change article link and icon to blue----*/
a.article_link, form.comment-create input.comment-submit {
	color: #b6001e !important;
}

a.seeAllLink {
	color: #b6001e !important;
	padding-left: 24px !important;
}

/*----selected nav ----*/
body li.selected, body div.selected, body .selected a, li.root-selected a {
	background-color: #b6001e !important;
	color: #FFFFFF !important;
}

/*----related links border ----*/
div.columnA div.section ul {
	border-bottom-color: #b6001e !important;
}
div.columnA div.section ul.parent {
	border-bottom: none;
}


div.unrated input, span#user-rating {
	color: #b6001e !important;
}

div.quizContainer .quizContent a.playAgain:link, div.quizContainer .quizContent a.playAgain:visited, div.quizContainer .quizContent a.playAgain:hover {
	color: #b6001e !important;
}


#include-query-container .narrative {
	border-bottom: solid 3px #b6001e;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.columnB ul {
margin-left: 30px;
list-style-type: disc;
}
.columnB ol {
margin-left: 30px;
list-style-type: decimal;
}
.columnB ol li {
margin-bottom: 10px;
}
