body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-attachment: fixed;
	background-image: url(/images/bg_flower.gif);
	background-repeat: repeat;
	font-family: Tahoma, sans-serif;
	color: #F7F7F7;
}
/*edit post color*/
body,td,th {
	color: #F5F5F5;
}

a, a:link {
	padding: 1px;
	color: #949494;
	text-decoration: none;
}

a:hover {
	color: #FFFFCC;
	text-decoration: underline;
	SP_HOVERLINK;
}

h1 {
	font-family: georgia;
	font-weight: bold;
	font-size: 190%;
	padding-top: .1em;
	padding-bottom: .5em;
}


h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 150%;
}

h3 {
	font: 1.8em Tahoma, sans-serif;
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
}


h4 {
	font-size: 105%;
}
strong, b {
	font-weight: bold;
}

h3 a:link, h3 a:hover, h3 a:visited{
	color: #0099DD;
}

.formbutton{
	cursor:pointer;
	color:#000000;
	font-weight:normal;
}
#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

p {
	font-family: Tahoma, sans-serif;
	font-size: 0.8em;
	margin-bottom: 10px;
	color: #F7F7F7;
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0099DD;
}
.narrowcolumn {
	float: left;
	width: 550px;
}
.commentlist p {
	clear: both;
	font-size: 95%;
}

