Index:Twelfth Report Defeating Putin the development, implementation and impact of economic sanctions on Russia.pdf/styles.css

/* make pseudoheadings green and left aligned */
.wst-heading-leveled{
	color: #006430;
	text-align: left;
}

/* level 1 pseudoheadings should be underlined in green */
.wst-heading-leveled-1{
	width: 100%;		/* to underline the whole line */
	display: block;
	border-bottom: 1px solid #006430;
	font-size: 1.83rem;		/* a *lot* bigger than main text */
}

/* level 2 pseudoheadings should be bold */
.wst-heading-leveled-2{
	font-weight: bold;
	font-size: 1.08rem;		/* only a little bigger than main text */
}

/* level 3 pseudoheadings should be bold and italic */
.wst-heading-leveled-3{
	font-weight: bold;
	font-style: italic;
	font-size: 1rem;		/* shouldn't be bigger than main text */
}

/* level 4 pseudoheadings should be italic only */
.wst-heading-leveled-4{
	font-style: italic;
}