
body {
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.5; /* Unitless for proper inheritance */
}
   
body          { font-size: 75%; }   /* IE */
html > body   { font-size: 14px; }  /* Other browsers */

/*p.warn img, span {
	vertical-align: middle;
	display: inline-block;
	border-width: 0;
	float: none;
	margin-right: 2px;
	padding-right: 2px;
}*/

img#logo {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

hr {
	background: #b3de73; 
	color: #b3de73;
}

#menu a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
	color: white;
}

div#menu {
	padding: 2px;
	padding-left: 6px;
	background-color: #20b72e;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	color: white;
	letter-spacing: 1px;
}

a {
	text-decoration: underline;
	color:#20b72e;
}

a:hover {
	text-decoration: underline;
	color: #b6ce22;
}

h1 {
	color: black;
	margin-bottom: 1em;
	font-size: large;
}

h2 {
	color: black;
	font-size: medium;
}

h3 {
	color: black;
	font-size: small;
}

div#footer {
	text-align: center;
	color: #aaaaaa;
	font-size: xx-small;
}

div#main {
	margin: auto;
	width: 780px;
}

img {
	border: 0;
}

hr {
	background-color: #B3DE73;
	color: #B3DE73;
	width: 100%;
	height: 1px;
	clear: both;
	border: medium none;
}

div#logo {
	margin-top: 3em;
	margin-bottom: 1em;
}

table td {
	border: 1px #ababab solid;
	padding: 3px;
}

table.transparent td {
	border-width: 0;
	padding: 6px;
}

table {
	border-collapse: collapse;
}

div.code {
	font-family: monospace;
}

span.list-head {
	/*border-top: 1px #20b72e solid;
	border-bottom: 1px #20b72e solid;*/
	color: #5A3320;
}

div#content li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div#content li img {
	vertical-align: middle;
}

