/* CSS Document */
body {
	margin: 0;
	padding: 0;
	color: #000;	
/*	padding-left: 11em; */
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #DEDEDE;
	background-color:#ECECEC;
	}



/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#414958;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

h1 {
	color:#C5010C;
	font-family:"Times New Roman", Times, serif;
	}

udate {
	margin-top: 1em;
	padding-top: 1em;
/*	border-top:thin dotted; */
	text-shadow:#5A5A5A;
	font-size:x-small;
	}

blog {
	margin-top: 2em;
	padding-top: 2em;
	border-top: medium dotted;
	text-shadow:#5A5A5A;
	font-size:smaller
	}

ul.navbar {
	list-style-type:none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 1em;
	left: 1em;
	width: 9em;
	}

ul.navbar li {
	background: white;
	margin: 0.5em 0;
	padding: 0.3em;
	border-right-color:#484848;
	border-bottom-color:#484848;
	border-bottom-width:thin;
	border-right-width:thin;
	}

ul.navbar a {
	text-decoration:none;
}

