body {
  font-family: Arial,sans-serif;
  font-size: 10pt;
  color: #666666;
  background-color: #ffffff;
}
a {
  color: #0077dd;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

#menu {
  text-align : right;
  left: 200px;
  width: 600px;
}
#menu ul {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#menu li {
  border-left: 1px dotted #e0e8ef;
  display: inline;
  padding-left: 1.1em;
  margin-left: 1em;
  font-size: x-small;
  font-weight: inherit;
}
#menu li.first {
  border:  none;
  margin-left: 0em;
  padding-left: 0em;
}
#menu li a {
  padding: 0.1em;
  color: #ffffff;
  text-decoration: none;
}
#menu li a:hover {
  text-decoration: underline;
}

content h1, h2, h3, h4, h5, h6 {
  border-bottom: 1px dashed #dfdfdf;
  color: #545454;
  margin-bottom: 1em;
  padding-bottom: 0.3em;
}

.content
{  
	line-height: 1.5em;
}


li
{
	list-style-position: outside;
	list-style-type: square;
}
