body {
	font-family: verdana, Arial, Helvetica, Sans-Serif;
	font-size: small;
	color: black;
	background-color: white;
}	

h1 {
	font-size: 150%;
	color: green;
}
h2 {
	font-size: 120%;
	color: green;
}
h3 {
	color: black;
}

p{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

#sidebar {
	text-align: center;
	padding: 5px;
	margin: 0px 10px 10px 10px;
	width: 296px;
	float: right;
}

p.potm_name {
	border-bottom: medium solid blue;
}
p.potm_category {
	padding-top: 0; 
	padding-bottom: 0;
}

div.webnote {
	text-align: center; 
	font-size: 80%;
}
span.potm_common_name {
	color: #6373b5; 
	font-weight: bold; 
	font-size: 180%;
}
span.potm_scientific_name {
	color: #6373b5; 
	font-weight: bold; 
	font-size: 120%; 
	font-style: italic;
}
span.potm_category {
	font-weight: bold;
}
.potm_caption {
	font-size: 80%;
	text-align: center;
}

.potm_menu {
	color: green;
	text-align: center;
	font-size: 80%;
}

.potm_img_center {
	text-align: center;
}

