* {
	margin:0;
	padding:0;
}

body{
	font: normal 14px Tahoma;
}

a{
	text-decoration: none;
	color: #669EF2;
}

pre{
	margin: 15px 0px;
	background-color: #f7f7f7;
	padding: 10px;
	font-size: 12px;
}
pre ol{
	margin-left: 25px;
}
pre a{
	text-decoration: underline;
}


h1{
	font-size: 25px;
}

.wrapper{
	width: 650px;
	margin: 0px auto;
	padding: 10px 0px;
	position: relative;
}

#header{
	background-color: #222;
	color: #666;
	font-size: 90%;
}
#header strong{color: #fff;}

#siteinfo{
	margin-top: 20px;
	font-size: 90%;
}
#siteinfo h1{
	color: #ccc;
}

#siteinfo .wrapper{
	
}


#content{
	margin-top: 20px;
	
}

div.noteBox{
	margin-bottom: 25px;
	position: relative;
	
}
div.noteBody{
float: left;
font-family: Cambria, serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
}
div.noteDate{
	float: left;
	width: 100px;
	margin-right: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
	border-bottom: 1px #999 dotted;
	color:  #666;
	
font-family: “Lucida Grande”, sans-serif;
font-size: 10.4px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;	
}
