/* CSS1 Style Sheet for tutorial  */

/* tutorial.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: normal;
	text-decoration: underline
	}

      B {
      font-weight: bold;
      }

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


      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: black;
      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: 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%;
      }

	#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: justify;
      color: black;
      font-size: 10pt;
      font-weight: normal;
      font-style: normal;
      font-family: MS Sans Serif, News Gothic MT, Arial, Helvetica;
      line-height: 12pt;
	margin-left: 5%;
	margin-right: 5%;

      }

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


	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%;
      }

      #fig {
	text-decoration: none;
      text-align: center;
      color: black;
      font-size: 10pt;
      font-weight: bold;
      font-style: normal;
      font-family: MS Sans Serif, News Gothic MT, Arial, Helvetica;
      line-height: 12pt;
      }

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

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

	sup {
	
	color: black;
      font-size: 6pt;
      font-weight: bold;
      font-weight: normal;
      font-style: normal;
      font-family: verdanna,Arial,Geneva,sans-serif
      line-height: 18pt;
	}


	#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;
      
      }


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

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

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

#image-left {
align: left;
margin-left: 0.8cm;
}

