	/*watermelon template style sheet*/
/*NOTE:watermelon template assigns the person's PANEL choices to the BODY tag*/	
	BODY { background-color: #9C0000; color: #000000; font-family: verdana, sans-serif; font-size: 11px; margin-top: 0px; margin-right: 0px; margin-left: 0px; margin-bottom: 0px;}
/*watermelon template assigns the person's MAIN background choices to the mainBGcolor class*/
	.mainBGcolor { background-color: #CCFF99; color: #000000; font-family: verdana, sans-serif; font-size: 11px;}
	.bgcolor {background-color: #CCFF99;}
	.line {background-color: #000000;}
	.mainLinkcolor:link {color: #FF9999;}
	.mainLinkcolor:visited {color: #FF9999;}
	.mainLinkcolor:active {color: #FFFFFF;}
/*THIS ONE IS NOT TYPICAL OF OTHER TEMPLATES-for the watermelon template, the blog title background color is assigned by the calendar background color*/
	.blogTitle {font-family: verdana, sans-serif; font-size: 11px; color: #9C0000; font-weight: bold; background-color: #FF9999;}
	.blogTitlenobg {font-family: verdana, sans-serif; font-size: 11px; color: #9C0000; font-weight: bold;}
	.textBlack {font-family: verdana, sans-serif; font-size: 11px; color: #000000;}
	.textBlackHeavy {font-family: verdana, sans-serif; font-size: 11px; color: #000000; font-weight: bold;}
/*THIS ONE IS NOT TYPICAL OF OTHER TEMPLATES-for the watermelon template, the viewProfile background color is assigned by the calendar background color*/
	/*PANEL specific styles*/
	.submit_button {font-family: verdana, sans-serif; color: #000000; font-weight: bold; border-top-color: #FFFFFF; border-left-color: #FFFFFF; border-bottom-color: #000000; border-right-color: #000000; background-color: #FFFFFF; padding:0; font-size: 12px;}
	.email {font-family: verdana, sans-serif; font-size: 8px; color: #CCFF99;}
	/*CALENDAR specific styles - user can only change border color*/
	.calBorder {background-color: #FF9999}
	.calHeadHeavy {font-family: verdana, sans-serif; font-size: 10px; color: #FFFFFF; font-weight: bold;}
	.calDay {font-family: verdana, sans-serif; font-size: 10px; color: #000000; background-color: #FFFFFF;}
	.calToday {font-family: verdana, sans-serif; font-size: 10px; color: #FF0000; background-color: #FFFFFF;}
	.calFuture {font-family: verdana, sans-serif; font-size: 10px; color: #AAAAAA; background-color: #FFFFFF;}
	.entry		{font-family: verdana, sans-serif; font-size: 11px; color: #000000; line-height: 16px;}
	.title 	{font-family: verdana, sans-serif; font-size: 11px; color: #000000; font-weight: bold; line-height: 16px;}
	.date 		{font-family: arial, sans-serif; font-size: 14px; margin-top: 24px; color: #000000; font-weight: bold;}
	.mood 		{font-family: verdana, sans-serif; font-size: 10px; line-height: 16px; color: #000000;}

/*timestamp*/
	.time 		{font-family: geneva, verdana, sans-serif; font-size: 9px; text-align: right; color: #000000;}
	a.timeLink:link		{color: #FF9999; text-decoration: none;}
	a.timeLink:visited	{color: #FF9999; text-decoration: none;}
	a.timeLink:active	{color: #FF9999; text-decoration: none;}

	/*LINK specific styles*/
	/*user cannot change the color for the title or links themselves*/
	.linkTitle {font-family: verdana, sans-serif; font-size: 10px; color: #FF9999; font-weight: bold;}
	A.panelLinks:link {font-family: verdana, sans-serif; font-size: 11px; color: #FF9999;}
	A.panelLinks:visited {font-family: verdana, sans-serif; font-size: 11px; color: #FF9999;}
	A.panelLinks:active {font-family: verdana, sans-serif; font-size: 11px; color: #FFFFFF;}



	/*generic links*/
	A:visited {color: #FF9999;}
	A:active {color: #FFFFFF;}
	A:link {color: #FF9999;}