/* CSS Document */
/* Adjustments for Terms page */

/* Headings styles and positioning */
h1 {
	font-size: 1.2em;
	text-align: center;  
}

h2 {
	font-size: 1.05em;
	margin-top: 10px;
	margin-left: 1.6%;
}

h3 {
    text-align: center;
	font-size: .95em;
	margin-top: 30px;
	margin-bottom: 10px;
}

h4 {
    text-align: center;
	font-size: .85em;
	margin-bottom: 8px;
}


/* main text */
p {
  text-align: left;
}

/* List bottom margin */
ul {
	margin-bottom: 15px;
}

/* Style for a few words of text */
.style {
	font-style: italic;	
}

.style2 {
	font-weight: bold;
}