
.top-bar { background-color: yellow }
.top-bar a { color: maroon }

.page-header { text-align: center }

.title-intro { font-size: small }

.main-title { font-size: xx-large;
              color: maroon }

.title { font-size: x-large; 
	 color: maroon }

.subtitle { font-size: large }

.warning { color: red }

.faq { padding: 0.5em; }

.faq-question { color: maroon }

.section { padding: 0.5em; }

.section-title { font-size: large; 
                 color: maroon; }

.problem-fix { padding: 0.5em; }



.error-output:before { content: "Error Output: ";
  color: maroon; }

.problem:before { content: "Problem: "; 
  color: maroon; }

.fix:before { content: "Solution: "; 
  color: maroon; }