body         {
	font-size: 14pt;
	font-family: Verdana;
	text-align: center;
	color: #000000;
}
h1           { font-size: 24pt; font-family: Verdana; color: #4A8071; font-weight: bold; 
               text-align: center }
h2           { font-size: 24pt; font-family: Verdana; color: #0000FF; font-weight: bold; 
               text-align: center }
h3           { color: #000000; font-size: 16pt; font-family: Verdana; font-weight: bold; 
               text-align: center }
h4           { font-size: 8pt; font-family: Verdana; color: #000000; font-weight: bold; 
               text-align: centre}
h5           { color: #000000; font-size: 16pt; font-family: Verdana; font-weight: bold; 
               text-align: left }
h6           { color: #000000; font-size: 14px; font-family: Verdana; font-weight: bold; 
               text-align: center}

table        {
	font-size: x-small;
	font-family: Verdana;
	font-weight: bold;
	text-align: left
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}

 Paste this code into the CSS section of your HTML document  drop down menu

ul#menu {
  width: 100px;
  list-style-type: none;
  border-top: solid 1px #b9a894;
  text-align: left;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 0px;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana;
  font-size: 9px;
  color: #000000;
  font-weight: bold; 
  text-align: left 
}

ul#menu li {
  border-bottom: solid 1px #b9a894;
  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: #FF0000;
}

ul#menu a.active {
  color: #FF0000;
  font-weight: bold; 

}
.nayland {
	color: #521031;
}

.home_parahraph_L {
	font-size: medium;
	color: #521031;
}

.home_paragraph_LC {
	background-color: #521031;
	color:#FFF;
	text-align: centre;
}
