body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;        /*     #FFFFFF    */
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:20px;      /*  medium  */
	line-height:24px;
	font-weight:900;
	color:#5CB3FF              /* #0000FF = "shouty blue"    previously  #ccc;   */
	}
h2 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:18px;      /*  not that big  */
	line-height:20px;
	font-weight:900;
	color: #5CB3FF   /*was is goldenrod 2 = #E9AB17 and before that #ccc; grey  */	
	}
h3 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:16px;      /*  biggest  */
	line-height:18px;
	font-weight:900;
	color:#5CB3FF              /* #0000FF = "shouty blue"    previously  #ccc;   */
	}
p {
	font:13px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}

li {
font:13px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}

#time {text-align:right;}

#Content>p {margin:0px;}
/*#Content>p+p {text-indent:30px;}*/

a {
	color:#09c;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#1589FF;text-decoration:underline;}     /*  #0000FF      #09c    */
a:visited {color:#0033CC;text-decoration:underline;}   /*  was purple now a dark blue  */       
a:hover {background-color:#5FFB17;} 

#Header {
	margin:0px 0px 0px 176px;
	padding:10px 0px 0px 8px;
	/* [correct height] + [top padding] + [top and bottom border widths] */
	height:27px; /* 14px + 12px + 2px = 37px */
	border-style:solid;
	border-color:black;
	border-width:0px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#BBFFFF;    /* = pale blue - it was almost white = #eee */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:12px; /* the correct height */
	}

body>#Header {height:40px;}

#Content {
	margin:0px 50px 50px 190px;
	padding:10px;
	}

#Menu {
	position:absolute;
	top:0px;
	left:0px;
	width:120px;
	padding:15px;
	background-color:#BBFFFF;    /* = pale blue - it was almost white = #eee */
/*	border:1px #999;  */
 	border-style:solid;
	border-color:black;
	border-width:0px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:15px;
	voice-family: "\";	height: 600px; }\"";
	voice-family:inherit;
	}
/*  */
body>#Menu {width:151px;}
.bold {font-weight:700;}
blockquote {font-style: italic; color:green;}
.brown {color:#804000;}
.blue {color:#0000FF;}
.italic {font-style: italic;}
