body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input {
	font-family: verdana, helvetica, sans-serif;
	font-size:10pt;
}

a:link    {color: #336699; background-color:transparent}
a:visited {color: #336699; background-color:transparent}
a:active  {color: #0000FF; background-color:transparent}
a:hover   {color: #0000FF; background-color:transparent}

h1, h2 {
  font-family: verdana, arial, helvetica, sans-serif;
}

h1 {
	font-size:18pt;
	padding-top:0.6em;
	padding-bottom:0.4em;
	padding-left: 10px;
	padding-right: 0.4em;
	background-color: #336699;
}

h2 {
	font-size:14pt;
	margin-top:0.6em;
	margin-bottom:0.1em;
}
h3 {
	font-size:13pt;
	margin-top:0.6em;
	margin-bottom:0.1em;
}

li {
	margin-top:0.4em;
	margin-bottom:0.4em;
}

body {
}

#content {
  margin: 1em 2em;
}

pre {
  margin: 0.5em 5em 0.5em 1em;
  padding: 1em;
  width: 50em;
  background: #f0f0f0;
  color: #444444;
  border: 1px dashed #d0d0d0;
  line-height: 1.5em;
}

