/* QBT Common */

h1 {
	font-size: 1.2em;
	font-weight: normal;
}

h2 {
	font-size: 1.1em;
	font-weight: normal;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

h4, h5, h6 {
	font-size: 0.8em;
	font-weight: bold;
}

p {
	font-size: 0.8em;
}

ul {
	font-size: 0.8em;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #5590CC;
}

a:hover {
	text-decoration: none;
}