/* CSS Document */

body{background: #ccbb88;}

/* head and menu */

.private{background-color:#FF0000; color:#FFFFFF;}

#quote{
		background:#ffffcc;
		color:#ccbb88;
}

a.menuItem:link, a.menuItem:visited, a.menuItem:active,
a.numpages:link, a.numpages:visited, a.numpages:active,
a.cur:link, a.cur:visited, a.cur:active  {
	background-color:#ffffcc; 
	border-color:#ccbb88;
	color:#ccbb88;

	}

a.numcur:link, a.numcur:visited, a.numcur:active,
a.menuItem:hover, a.cur:hover,a.numpages:hover {
	background-color:#ccbb88; 
	border-color:#ccbb88;
	color: #ffffcc; 
	}


/* body content */

#content { 
        background:#ffffcc;
}

a:link, a:visited, a:active, a {color:#ccbb88;}

a:hover{color:#5da993;}

/* update page */

#utable, #uCss{background:#ffffcc;}

input[type=text],input[type=password],select{background:#E8E8E8;}

/* rss */
embed{ background-color:#ffffcc;}
.post{	border-color:#ffffcc; }


.flft,.frht {
		background:#ffffcc;
		border-color:#ffffcc; 
		}

/* convo */

.convo{border-color: #ccbb88;}
