/*

  CSS for the Specialization Tutorial
  
  Copyright (c) 2007 W. Eliot Kimber

 */
 
@import "commonltr.css";

body {
  font-family: Verdana, sans-serif;
}

*[class = 'note'] {
  color: black;
  background-color: #FFFF60;  
}

*[class = 'footer-copyright'] {
  font-family: sans-serif;
  font-size: 8pt;
  text-align: center;
}

pre {
  color: black;
  background-color: #FFFFA0;
}

*[class = 'topictitle1'] {
  font-family: sans-serif;
}

*[class = 'faq-short-answer-a'] {
  font-family: sans-serif;
  font-size: 16pt;
  font-weight: bold;
}

*[class = 'faq-short-answer'] {
  font-family: sans-serif;
  font-size: 14pt;
}

*[class = 'faq-answer-details'] {
  font-family: sans-serif;
}

