/* CSS1 Style Sheet for tutorial  */

/* electronic-project.css  */

	a {
	text-decoration: none
      
	}


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

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


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

      H2 {
	text-decoration: none;
      text-align: center;
      color: green;
      font-size: 20pt;
      font-weight: bold;
      font-style: normal;
      font-family: Arial,Geneva,sans-serif;
      line-height: 22pt;
	}

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


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

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


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

	#note2 {
	text-decoration: none;
      text-align: center;
	color: red;
      font-size: 10pt;
      font-weight: bold;
      font-style: normal;
      font-family: Arial,Geneva,sans-serif;
      line-height: 12pt;
	margin-left: 10%;
	margin-right: 10%;
      }

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

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


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

	cite {
	text-decoration: none;
      text-align: justify;
	color: green;
      font-size: 8pt;
      font-weight: bold;
      font-style: normal;
      font-family: verdanna,Arial,Geneva,sans-serif;
      line-height: 10pt;
	margin-left: 10%;
	margin-right: 10%;
      }

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

	sup {
	
	color: red;
      font-size: 8pt;
      font-weight: bold;
      line-height: 12pt;
      }


	#indent1 {
	text-decoration: none;
      text-align: justify;
	color: black;
      font-size: 10pt;
      font-weight: normal;
      font-style: normal;
      font-family: Arial,Geneva,sans-serif;
      line-height: 12pt;
	margin-left: 15%;
	margin-right: 15%;
      }

	#definit1 {
	text-decoration: none;
      text-align: justify;
	color: firebrick;
      font-size: 10pt;
      font-weight: bold;
      font-style: normal;
      font-family: Arial,Geneva,sans-serif;
      line-height: 12pt;
	margin-left: 15%;
	margin-right: 15%;
      }


	#calcs {
	text-decoration: none;
      text-align: center;
      color: firebrick;
      font-size: 10pt;
      font-weight: bold;
      font-style: normal;
      font-family: verdana;
      line-height: 14pt;
      margin-left: 10%;
	margin-right: 10%;
      }


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

	#adpromo {
	text-decoration: none;
      text-align: center;
      color: blue;
      font-size: 8pt;
      font-weight: normal;
      font-style: normal;
      font-family: arial;
      line-height: 8pt;
      
      }


