/* Some properties: background-color, background-image,
   background-repeat, background-position, font-family, font-size,
   color, margin */

body		{ color: #000000; background-color: #cfcfcf }

h1		{ text-align: center; color: #000000; background-color: #cfcfcf }
h2, h3, h4	{ text-align: left; color: #000000; background-color: #cfcfcf }

.meta		{ font-style: italic; text-align: center; }
.header		{ text-align: center; text-indent: 0%; }
.daytitle	{ font-weight: bolder; }

/* Menus */
.menu		{ position: /* absolute */ fixed; left: 1%; right: 80%; top: 40px;
		  /* position: ; */ border: medium solid #ffffff; }

.menutitle	{ display: block; color: #000000; background-color: #c8c8ff;
		  font-weight: bold; text-align: center; }

.menuselected	{ display: block; color: #000000; background-color: #e0e0ff;
		  font-weight: normal; text-align: left;
                  border-top: medium solid #ffffff; }

.menuitem	{ display: block; color: #000000; background-color: #f0f0ff;
		  font-weight: normal; text-align: left;
                  border-top: medium solid #ffffff; }

/* Content */
.content	{ color: #000000; background-color: #f0f0ff;
                  position: absolute;
		  left: 21%; top: 40px; right: 1%; }

.diarycontent	{ color: #000000; background-color: #cfcfcf /* #fff6bf #f0f0ff*/;
		  position: absolute;
		  left: 5%; right: 6%; /* text-align: center; */ }

/* Title */
.pagetitle	{ color: #000000; background-color: #ffffff;
		  position: absolute;
		  left: 0%; right: 0%; }
