/* jbb css */
body {
	font-size:0.8em;
	color : #330066;
	background: #FFFFAA;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	}


h1 {
	font-size: 1.5em;
	}

h2 {
	font-size:1em;
	}

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

li {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	color: purple;
	display : list-item;
	list-style-image: url('images/flower.png');
}

a {
	color:purple;
}

.entry {
	font-size:0.8em;
}

.wrapper {
	background: white;
	width:1024px;
}