/* CSS Document */

h1 {
	font-size: 1.2em;
	font-weight: normal;
}

h2 {
	font-size: 1.1em;
	font-weight: normal;
}

h3 {
	font-size: 1em;
	font-weight: normal;
}

h4 {
	font-size: 0.9em;
	font-weight: normal;
}

h5 {
	font-size: 0.8em;
	font-weight: bold;
}

a {
	color: #366F9D;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	font-size: 0.7em;
}

ul, ol {
	font-size: 0.7em;
}