a { 
	text-decoration : none;
	color: blue;
	font-size: 10pt;
}

a:hover {
	color: #ff0033;
	text-decoration: underline;
}

.cap {
	font-size: 11pt;
	background-color: #0066cc;
	color: white;
	font-weight: bold;
}

.content {
	font-size: 9pt;
}

.impress {
	font-size: 14pt;
	font-weight: bold;
}
