/* Woolly Latte's Common CSS */

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

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

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

h4, h5, h6 {
	font-size: 0.93em;
	font-weight: bold;
}

.hdrtxt {
	padding: 0;
	margin: 0;
}

p, ol, ul, td {
	font-size: 0.8em;
}

td p {
	font-size: 1em;
}

a {
	color: #2e271c;
	text-decoration: none;
}

a:hover, a:visited {
	text-decoration: underline;
}
