/* CritiqueMe - common */

h1 {
	font-size: 1.3em;
	font-weight: normal;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
}

h3 {
	font-size: 1.1em;
	font-weight: normal;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

h5, h6 {
	font-size: 0.8em;
	font-weight: bold;
}

.hdrtxt {
	margin: 0;
}

p {
	font-size: 0.8em;
}

li {
	font-size: 0.8em;
}

a {
	color: #4392cd;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

fieldset {
	width: 500px;
	border: 1px solid #4392cd;
	padding: 20px;
}

legend {
	font-size: 0.8em;
	font-weight: bold;
	color: #4392cd;
}