body {text-align: center;}

#container {
	margin: 0 auto;
	width: 600px;
	text-align: left;
}

body, h1, h2, h4, h5, h6,ol, ul, li, p, input, textarea, select {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color: black;
}

#menu {
	border: 1px dashed silver;
	padding: 7px;
	margin-top: 5px;
	background-color: #f5f5f5;
	text-align: center;
	color: gray;
	font-size: 13px;
}

pre { border 1px solid silver; padding: 7px; background-color: #CFC;}

h3 {
	font-weight: normal; 
	font-family:Georgia; 
	font-size:24px; 
	color: #525252;
	margin-bottom: 7px;
	margin-top: 10px;
}

h4 { font-weight:normal; font-size:15px; margin-bottom: 7px; color: #525252;}
	
h3 a {color: silver; text-decoration: none}
h3 a:hover {color: silver; text-decoration: underline}
	
.entry, .entry p {font-size: 13px; line-height: 18px; margin-top: 0px; margin-bottom}

.greyborder {padding:4px; border:1px solid #ddd;}

p a, .entry a {
	color: #588E03;
	border-bottom: 1px dotted #588E03;
	text-decoration: none; }
	
#menu a {
	color: brown;
	border-bottom: 1px dotted #588E03;
	text-decoration: none; }