/* Default stylesheet for Totally Trees website */

/* ######### */
/* HTML tags */
/* ######### */
body,
dd,
dt,
input,
li,
label,
select,
td,
textarea,
th {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background: url(images/bkg.jpg);
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
p {
	line-height: 18px;
	margin: 12px 0;
}
li {
	line-height: 18px;
}

/* ####### */
/* Classes */
/* ####### */
table.container {
	background: #C5C570;
	border: 1px solid #999900;
}
p.para1 {
	font-weight: bold;
}

p.footer a {
	font-size: 10px;
	color: #666666;
	margin-top: 0;
}
