/* GREY -typography test */ 

/*Top Nav Background Color*/

.journal-bg.journal-header {
    background: #dcdfe1;
}

/*ul and ol changes*/

ol

{
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

ul

{
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

.pg_SelfServePage .ss-content ul {
  color: #000;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}