body {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #9FF;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000000;
    background-color: #9FF;
}

.site-header bad {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 40px;
	text-align: center;
    font-family: Arial;
    font-size: xx-large;
    font-weight: bold;	
}

	
.site-header {
	display: flex;
	flex-direction: column;	
    font-family: Arial;
	align-items: center;
	margin-bottom: 40px;
    font-size: xx-large;
    text-align: center;
    font-weight: bold;	
}  

.site-header-decision {
	display: flex;
	flex-direction: column;	
    font-family: Arial;
	align-items: center;
	margin-bottom: 40px;
    font-size: xx-large;
    text-align: center;
    font-weight: bold;	
	color: #ffffff;
} 

.main-nav {
    margin-top: 25px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
	margin-left: 60px;
    font-weight: bold;		
    justify-content: left;
}

.main-nav a {
    color: #a7c4ff;
    text-decoration: none;
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
}

.main-nav a:hover,
.main-nav a:focus {
    border-bottom-color: #a7c4ff;
}








.logo-title h1 {
    font-size: 21px;
    line-height: 22pt;
    font-style: italic;
    text-align: left;
}
.tagline {
    margin: 0;
    font-size: 0.95rem;
    color: #a0a0b8;
}

.twoColHybLt #container {
    width: 72em;
    background: #9FF;
    margin: 0 auto;
    text-align: left;
}

.twoColHybLt #sidebar1 {
    float: left;
    width: 16em;
    background: #9ff;
    padding: 15px 0;
}

.twoColHybLt #sidebar1 h3,
.twoColHybLt #sidebar1 p {
    margin-left: 10px;
    margin-right: 10px;
}

.twoColHybLt #mainContent {
    margin: 0 20px 0 16em;
}

/* Floats */
.fltrt {
    float: right;
    margin-left: 8px;
}

.fltlft {
    float: left;
    margin-right: 8px;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

/* Text elements */
td, th {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

p, dir, li {
    font-size: 14px;
    line-height: 16pt;
}

/* Links */
a:link {
    text-decoration: none;
    color: #2222FF;
}

a:visited {
    text-decoration: none;
    color: #222288;
}

a:hover {
    text-decoration: underline;
    color: #4444DD;
}

a:active {
    text-decoration: none;
}

/* Style classes */
.style1 {
    font-size: 17px;
    line-height: 16pt;
    text-align: left;
}

.style1rb {
    font-size: 17px;
    line-height: 16pt;
    text-align: left;
    color: #F00;
    font-weight: bold;	
}

.style2 {
    font-size: 28px;
    line-height: 22pt;
    font-weight: bold;
    text-align: left;
}

.style3 {
    font-size: 21px;
    line-height: 22pt;
    font-style: italic;
    text-align: center;
}

.style3w {
    font-size: 21px;
    line-height: 22pt;
    font-style: italic;
    text-align: center;
	color: #ffffff;
}

.style4 {
    font-size: 21px;
    line-height: 22pt;
    text-align: left;
}

.style4r {
    font-size: 21px;
    line-height: 22pt;
    text-align: left;
    color: #F00;
}

.style5 {
    font-size: 16px;
    line-height: 16pt;
    font-weight: bold;
    text-align: right;
}

.style6 {
    font-size: 10px;
    color: #888888;
    text-align: right;
}

.style7 {
    font-size: 18px;
    line-height: 18pt;
    font-weight: bold;
    text-align: center;
}

.style8 {
    font-size: 15px;
    line-height: 17pt;
    text-align: left;
}

.style9 {
    font-size: 10px;
    text-align: center;
}

.style10 {
    font-family: Courier New;
    font-size: 26pt;
    text-align: left;
    font-style: italic;
    font-weight: bold;
}

.style11 {
    font-size: 15px;
    line-height: 17pt;
    text-align: center;
}

.style12 {
    font-family: Arial;
    font-size: xx-large;
    color: #666666;
    text-align: left;
    font-weight: bold;
}

/* Divs */
.divLeftCol {
    text-align: center;
}

.divRightCol {
    text-align: center;
    background-color: #9FF;
}

.divBottom {
    text-align: center;
}

/* Tables */
.table1 {
    background-color: #9FF;
}

.table2 {
    background-color: #FFFFFF;
    border: 1px solid black;
}

.table2decision {
    background-color: #9FF;
    border: 1px solid black;
}

.tr2 {
    border: 1px solid black;
}

.td1 {
    padding: 60px;
}

.td2 {
    border: 1px solid black;
    padding: 60px;
}

/* Paragraph alignment helpers */
.pright {
    text-align: right;
    font-size: 13px;
}

.pcenter {
    text-align: center;
    font-size: 13px;
}

/* Misc */
.top {
    vertical-align: top;
    border: 1px solid black;
}

.hr {
    border-top: 1px solid red;
}
body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    padding-top: 25px;
}

.diagram {
    display: flex;
    flex-direction: column;
    align-items: left;
}

/* Labels */
.label {
    margin: 5px 0;
    font-weight: bold;	
}

/* Full arrow (shaft + arrowhead) */
.arrow {
    position: relative;
    width: 2px;
    height: 50px;
    background: black;
    margin: 10px 0;
}

.arrow::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid black;
}

/* Decision diamond */
.decision {
    width: 120px;
    height: 120px;
    border: 2px solid black;
/*    transform: rotate(45deg); */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    background: white;
}

.decision-text {
/*    transform: rotate(-45deg); */
    text-align: center;
    font-weight: bold;		
}

/* Branch container */
.branches {
    display: flex;
    justify-content: space-between;
    width: 300px;
    text-align: center;
    align-items: center;
    margin-top: 20px;
    font-weight: bold;
}

/* Individual branch */
.branch {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;		
}

/* Output boxes */
.output-box {
    margin-top: 10px;
    padding: 10px 20px;
    border: 2px solid black;
    background: #f9f9f9;
}
.question-no {
	text-align: center;
    font-weight: bold;
}