/* body format */body {	background-color: #86BBEC;	margin: 0px 0px 0px 0px;	color: #609ED8;	font-family: verdana;	font-size: 10px;	text-align: left;	font-weight: normal;	}				 a:link, a:visited {	color: #809868;	text-decoration: none;	}a:active {	color: #809868;	text-decoration: none;	}a:hover {	color:	#86BBEC;	text-decoration: underline;	}hr {	text-align: center;	color: #809868	}b {	color: #9ABC6A; 	text-transform: uppercase	}/* CSS for Sidebar Text */.sidemenu {	color: #9ABC6A;	font-family: verdana;	font-size: 11px;	text-align: right;	}a.side, a.side:active, a.side:visited {	color: #86BBEC;	text-decoration: none;	font-family: verdana;	font-size: 9px;	font-weight: normal;	}a.side:hover {	color: #9ABC6A;	text-decoration: underline;	font-family: verdana;	font-size: 9px;	font-weight: normal;	}/* CSS for Entries and Main Text */#blogdate {	color: #9ABC6A;	font-family: verdana;	font-size: 13px;	text-align: left;	font-weight: bold;	}#subheader {	color: #9ABC6A;	font-family: verdana;	font-size: 12px;	text-align: center;	font-weight: bold;	}#blogbody {	color: #609ED8;	font-family: verdana;	font-size: 10px;	text-align: left;	font-weight: normal;	}#blogsig {	color: #B3CF8B;	font-family: verdana;	font-size: 9px;	text-align: right;	font-weight: normal;	}a.blogsig, a.blogsig:active, a.blogsig:visited {	color: #86BBEC;	text-decoration: none;	}a.blogsig:hover {	color: #9ABC6A;	text-decoration: underline;	}/* CSS for Form Fields */submit, reset, input, textarea {	color: #5D9CD7; 	background-color: #DFEAD0; 	border-color: #9ABC6A; 	border-width: 1px; 	font-family: arial, helevtica, sans-serif; 	font-size: 11px}/* CSS for table cells, etc */ol, li, ul {	font-family: Verdana;	font-size: 11px;	font-weight: normal;	color: #5D9CD7;	text-decoration: none; 	}