/* WHITEPAPERS STYLE INSERT */

body {
    font-family: "Courier New", Courier, monospace;
    font-size: medium;
}
table {
	page-break-before: always;
	page-break-inside: avoid;
	font-size: medium;
}
 .codebox {
	/* Below are styles for the codebox (not the code itself) */
    border:1px solid black;
    background-color:#EEEEFF;
    width:800px;
    overflow:auto;    
    padding:10px;
}
.codebox code {
    /* Styles in here affect the text of the codebox */
    font-size:0.9em;
    /* You could also put all sorts of styling here, like different font, color, underline, etc. for the code. */
}
h1 {
	 color: #990000;
}
h2{
	color: #333333;
}
