td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0pt;
	line-height: 15px;
	color: #000000;
	font-weight: bold;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0pt;
	line-height: 15px;
	color: #000000;
	font-weight: bold;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0pt;
	line-height: 15px;
	font-weight: bold;
	color: #ffffce;
	background-color: #7d714e;
	text-decoration:none
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #7d714e;
	font-weight: bold;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #7d714e;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #cccc99;
	font-style: italic;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	color: #7d714e;
	font-weight: bold;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #7d714e;
	font-weight: bolder;
	font-style: italic;
	text-align: center;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #7d714e;
	line-height: 28px;
}
.theme {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 22px;
	font-weight: bolder;
}
.abstract {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align:justify;
}



<!-- Paste this code into the CSS section of your HTML document  -->

ul#menu {
  width: 510px;
  list-style-type: none;
  border-top: solid 1px #b9a894;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-indent: -8pt;  
  text-align: left;
  list-style-type: none;
  margin-left: -8px;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 12px;
  color: #785a3c;
  line-height: 18px;
}

ul#menu li {
  border-bottom: solid 1px #b9a894;
  line-height: 18px;
}

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: #ffffce;
}

ul#menu a.active {
  color: #ffffce;
  background-color: #7d714e;
}
.tableborder {
	border: thin dashed #672B07;
}

