/* CSS1 Style Sheet for tutorial  */

/* www.electronics-tutorials.com/site-tree.css*/

	a:link {
	color: blue;
	font-weight: bold;
	text-decoration: underline
	}

	a:visited {
	color: purple;
	font-weight: bold;
	text-decoration: underline
	}

	a:hover {
	color: red;
	font-weight: bold;
	text-decoration: underline
	}

	a:active {
	color: red;
	font-weight: bold;
	text-decoration: underline
	}


	#translate {
	text-decoration: none;
      text-align: center;
      color: blue;
      font-size: 8pt;
      font-weight: bold;
      font-style: normal;
      font-family: verdana;
      line-height: 9pt;
	margin-left: 5%;
	margin-right: 5%;

      }

	#copy {
	text-decoration: none;
      text-align: center;
      color: black;
      font-size: 8pt;
      font-weight: normal;
      font-style: normal;
      font-family: verdana;
      line-height: 10pt;
      }

#modified {
text-decoration: none;
text-align: justify;
color: red;
font-size: 8pt;
font-weight: bold;
font-style: normal;
font-family: Verdana, Arial, Helvetica, MS Sans Serif, News Gothic MT, Arial;
line-height: 10pt;
margin-left: 5%;
margin-right: 5%;
}

#end {
	text-decoration: none;
      text-align: center;
      color: black;
      font-size: 8pt;
      font-weight: normal;
      font-style: normal;
      font-family: Arial, Helvetica;
      line-height: 10pt;
      }

	#nav {
	text-decoration: none;
      text-align: center;
      color: green;
      font-size: 12pt;
      font-weight: bold;
      font-style: normal;
      font-family: Arial, Helvetica;
      line-height: 16pt;
	margin-left: 5%;
	margin-right: 5%;
      }

      H1 {
	text-decoration: none;
      text-align: center;
      color: firebrick;
      font-size: 20pt;
      font-weight: bold;
      font-style: normal;
      font-family: Arial, Helvetica;
      line-height: 20pt;
	}

H2 {
text-decoration: none;
text-align: left;
color: black;
font-size: 12pt;
font-weight: bold;
font-style: normal;
font-family: Arial,Geneva,sans-serif;
line-height: 14pt;
margin-left: 5%;
margin-right: 5%;

}

	H3 {
	text-decoration: none;
      text-align: left;
	color: #FF6600;
      font-size: 12pt;
      font-weight: bold;
      font-style: normal;
      font-family: Arial,Geneva,sans-serif;
      line-height: 14pt;
	margin-left: 5%;
	margin-right: 5%;
      }

	H4 {
	text-decoration: none;
      text-align: left;
	color: black;
      font-size: 10pt;
      font-weight: bold;
      font-style: normal;
      font-family: Arial,Geneva,sans-serif;
      line-height: 10pt;
	margin-left: 5%;
	margin-right: 5%;
      }


	#bookmark {
	text-decoration: none;
      text-align: center;
	color: blue;
      font-size: 8pt;
      font-weight: bold;
      font-style: normal;
      font-family: verdana;
      line-height: 10pt;
	
      }
	

	P {
	text-decoration: none;
      text-align: left;
	color: black;
      font-size: 8pt;
      font-weight: normal;
      font-style: normal;
      font-family: Arial, Helvetica;
      line-height: 10pt;
	margin-left: 5%;
	margin-right: 5%;
      }

	#cover {
	text-decoration: none;
      text-align: justify;
	color: black;
      font-size: 9pt;
      font-weight: normal;
      font-style: normal;
      font-family: Verdanna, Arial, Helvetica;
      line-height: 12pt;
	margin-left: 5%;
	margin-right: 5%;
      }

      B {
      font-weight: bold;
      }


