/* The kb class is used only for the body of knowledge base articles.
   When making changes here, also duplicate them in the css/Styles-Kbeditor.css file */
.kb {
	background-color: #FFFFDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.kb h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}
.kb h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
.kb h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.kb a {
	text-decoration: underline;
	color: #666666;
}
.kb td{
	font-size: 10pt;
	color: #000000;
}

