.tables {
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: thin;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.links {
	text-decoration: none;
	color: #999999;
	font-size: 10px;
}


ul#menu {
  width: 80px;
  list-style-type: none;
  border-top: solid 1px #cccccc;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: arial, sans-serif;
  font-size: 12px;
  color: #660000;
}

ul#menu li {
  border-bottom: solid 1px #cccccc;
  line-height: 15px;
}

ul#menu ol li {
    border-bottom: none;
}

ul#menu ol li:before {
  content: " ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #ff9900;
}

ul#menu a.active {
  color: #333333;
}
.writinghome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
