textarea, input, select {
	background-color: #ffffff;   
	font-family: verdana; 
	font-weight: normal; 
	font-size: 9;  
	color:#999999;  
	border-color: #cococo;   
	border-style: solid; 
	border-top-width: 1px; 
	border-left-width: 1px;
	border-right-width: 1px; 
	border-bottom-width: 1px; 
} 
a:visited, a:link{
	color:#0080C0;
	text-decoration:none;
	font-weight:bold;
}
a:active{
	color:#0080C0;
	text-decoration:bold;
	font-weight:bold;
} 
a:hover{
	background-color:#0080C0;
	color:white;
	cursor:s-resize;
	text-decoration:none;
}
body {
	font-family: tahoma, Verdana, Trebuchet, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 80%;
	cursor: none;
	scrollbar-3d-light-color:white;
	scrollbar-arrow-color:white;
	scrollbar-darkshadow-color:#COCOCO;	
	scrollbar-base-color:white;
	scrollbar-shadow-color:#COCOCO;
	scrollbar-face-color:#0080C0;
	scrollbar-highlight-color:#COCOCO;
	scrollbar-track-color:#COCOCO;
}
#head {
	border-right:solid 1px gray; 
	border-top:solid 1px white; 
	border-left:solid 1px white; 
	border-bottom: solid 1px gray; 
	margin: 2px;
	padding: 2px;
	background-color: #C0C0C0;
	position: relative;
	font-size: 100%;
	font-weight: bold;
	display: block;
}
h1  {
	font-size: 100%;
	color: #000000;
	line-height: 1em;
}
#head span {
	color: #0080C0;
	position: absolute;
	top: 3px;
	right: 3px;
}
#body {
	position: relative;
	top: 5px;
	left: 1px;
}
#content, #foot {
	positon: relative;
	top: 1px;
	color: #808080;
	width: 50%;
	padding: 3px;
	margin: 3px 3px 3px 25%;
}
#sidebar {
	position: absolute;
	top: 3px;
	width: 100%;
}
#sidebar .h1 {
	background-color: #0080C0;
	color: #ffffff;
	display: block;
	border-right: solid 1px gray; 
	border-top: solid 1px white; 
	border-left: solid 1px white; 
	border-bottom: solid 1px gray;
	padding-left: 3px;
}
#sidebar-top, #sidebar-bottom {
	position: absolute;
	top: 0px;
	border-right: solid 1px gray; 
	border-top: solid 1px white; 
	border-left: solid 1px white; 
	border-bottom: solid 1px gray;
	padding: 4px;
	margin: 1px;
	width: 20%;
	background-color: #C0C0C0;
}
#sidebar-top {
	left: 0px;
}
#sidebar-bottom {
	right: 1px;
}
.blogbody {
	border: solid 1px #999999;
	color: #000000;
	padding: 4px;
	margin : 0px;
}
h3 {
	display: block;
	text-align: right;
	color: #808080;
}
address {
	color: #808080;
	border-bottom: solid 1px gray;
	border-top: solid 1px gray;
}
