/* Color-dependent styles for all content pages in application
*/

body {
	background-color: white;
    color: black;
	}


h1,
.H1,
h2,
.H2 {
    background-color: #a7bde7;
    color: white;
    }


a:link,
a:visited,
a:hover,
a:active {
    color: #2a0070;
	}


th {
    background-color: #f2f2f2;
    color: #6d84ad;
    }
th.GROUP {
    background-color: #6d84ad;
    }


.STANDOUT,
cite {
    color: #2a0070;
    }
