body, div, span, li, p, dd, dl {
	font: 14px "Trebuchet MS", "Lucida Sans unicode", Arial, Helvetica, sans-serif, courier;
	color: black;
	line-height: 1.5;
}

h1 {
	
}

h2 {
	color: #00b4e5;
	font-size: 16px;
	font-variant: small-caps;
}

a {
	text-decoration: none;
	color: #00b4e5;	
}

a:hover {
	text-decoration: underline;
}

blockquote {
	font-family: Georgia, Garamond;
	padding: 50px 25px 25px 25px;
	background-image: url(quote.jpg);
	background-repeat: no-repeat;
	margin: 0 0 20px 20px;
	background-color: #EEEEEE;
	width: 200px;
	float: right;
	color: #222222;
	border-bottom: 1px solid #00b4e5;
}

ul {
	list-style: url(li.jpg);	
}

table tr td {
    vertical-align: top;
}