body {

}

h1 {
	font-size: 140%;
	color: #4a7fa8;
	text-decoration: underline;
}

h2 {
	font-size: 125%;
	color: #4a7fa8;
}

h3 {
	font-size: 110%;
	font-weight: bold;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	color: #4a7fa8;
}

td {
	font-size: 85%;
}

ul {
	list-style-type: circle;
}

li {
	padding-bottom: 0.25em;
	
}

a, a:link, a:active, a:visited {
	color: #178CE5;
}

a:hover {
	color: #4a7fa8;
}

.ivs {
	display: none;
	visibility: invisible;
}