

/* highlight background */

.evidenceProperties {
    background-color: #b8daa2;
    //background-color: #a8d18d;
}
.inductiveProperties {
    background-color: #f8cbac;
//    background-color: #f4b184;
}
.deductiveProperties {
    background-color: #fef4b7;
}
.referenceProperties {
    background-color: #afe6fb;
   // background-color: #80d5f8; 
}
.planProperties {
}

a, a:link, a:active, a:visited, a:hover 
{ 
	color: #0645ad; /* #000000; */
	text-decoration: none;
	line-height: 130%;
}

.blue {
	color: blue;
}
.red {
	color: red;
}
.darkblue {
	color: darkblue;
}

.green {
    background-color: #d8eacc;
}
.orange {
    background-color: #f8cbac;
}
.yellow {
    background-color: #fef4b7;
}
.blue {
    background-color: #afe6fb;
}
