/* CSS1 Style Sheet by Dorje Gurung *//* Style sheet for the body of all pages */BODY {  margin-left: 3%;  margin-top: 3%;  margin-right: 10%;  margin-bottom: 2%;  background:; /* original color #5C403 */  color: #00000; /* original #00000 */  font-family: Arial, Helvetica, Sans-serif;  font-size: 85%;  }A:link { color: #0000FF }A:visited { color: #A52A2A } /* brown */A:active { color: #238E23 } /* forest green */A:hover { color: #238E23; TEXT-DECORATION: underline } /* forest green copper *//* Indented paragraphs for descriptions of a section and sub-sections such as Background, Photo Gallery, Kathmandu, etc. */P.INDENTED {  margin-left: 40px;  }/* Style for picture captions. */P.PICCAPTION {  font-family: verdana;  }/* Style for revision and updated information, footer of the different indices */P.FOOTER  {  font-size: 75%;  font-family: Arial, Helvetica, Sans-serif;  align: center;  }/* Indented style for unordered and ordered lists within a section in any index, mainly for indices in the Photo Gallery section. */UL {  }OL {  }UL.INDENT {  margin-left: 60px;  }OL.INDENT {  margin-left: 60px;  }H1 {  font-size: 140%;  font-family: Arial, Helvetica, sana-Serif;  color: Red;  }H2 {  font-size: 120%;  font-family: Arial, Helvetica, sana-Serif;  color: Brown;  }H2.INDENTED {  margin-left: 25px;  font-size: 120%;  font-family: Arial, Helvetica, sans-Serif;  color: Brown;  }H3 {  font-size: 110%;  font-family: Arial, Helvetica, sans-Serif;  color: Purple;  }H3.INDENTED {  margin-left: 25px;  font-size: 110%;  font-family: Arial, Helvetica, sans-Serif;  color: Purple;  }H4 {  font-size: 95%;  font-family: Arial, Helvetica, sans-Serif;  }/* Style for content page */P.LEVEL1 {  margin-left: 30px;}P.LEVEL2 {  margin-left: 50px;  }P.LEVEL3 {  margin-left: 70px;  } P.LEVEL4 {  margin-left: 90px;  } P.LEVEL5 {  margin-left: 110px;  }P.LEVEL6 {  margin-left: 130px;  }  
