/* CSS1 Style Sheet for philosophy pages  */

/* philosophy.css  */

a {
text-decoration: underline;
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: 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%;
      }

UL {
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;
      }

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

