/* 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.8em;
	font-weight: bold;
}

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

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

td p {
	font-size: 1em;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}