body { 
	margin: 0px;
	color: #333333; /*#686868;*/
	font-style: normal;
	font-weight: normal; 
	font-size: 62.5%; /* Resets 1em to 10px */ 
	line-height: 18px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
}

p {
	font-size: 1.20em;
	margin-left: 6px;
}

code, pre {
	font-size: 1.30em;
}

a.menuitem {
	font-size: 1.20em;
	margin: 0px;
}

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
	text-align: center;
}

h2 {
	font-size: 1.9em;
	margin-top: 0px;
	margin-bottom: 5px;
}

h3 {
	font-size: 1.5em;
	margin-bottom: 0px;
	text-indent: 2px;
}

h4 {
	font-size: 1.20em;
	margin-left: 6px;
}

ul {
	list-style-type: square;
	font-size: 1.20em;
}

a:link, a:visited {
	background-color: transparent;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	background-color : transparent;
	color: gray;
	font-weight: bold;
	text-decoration: underline;
}

img {
	margin: 5px;
	border-color: black;
}