
		body {background-color: white; }
		h1
		{
			color:blue;
			text-align:center;
		}
		h2
		{
			color:red;
			text-align:center;
		}
		
		#philosophy
		{
			font-family: Garamond, Georgia, "Times New Roman", Serif;
			font-size: 20px;
			font-style:italic;
			color:blue;
			text-align:center;
		}
	
		h3
		{
			font-family: Garamond;
			font-size: 16px;
		}
		h4 { border: 2px white; 
			font-family: Garamond, Georgia, "Times New Roman", Serif;
			font-size: 80%;
		}

		li
		{
			font-family: Garamond, Georgia, "Times New Roman", Serif;
			font-size: 16px;
			text-align:left;
		}
		br
		{
			font-family: Garamond, Georgia, "Times New Roman", Serif;
			font-size: 20px;
			font:italic bold 12px/30px Georgia, serif;
		}
		div.ex
		{
			width:200px;
			height:200px;
			padding:50px;
			border:2px solid red;
			margin:0px;
			font-family: Garamond, Georgia, "Times New Roman", Serif;
			font-size: 100%;
			text-align:left;
			letter-spacing: 1px
		}
		div2 {
			color: #990000;
			background-color: #FC9804;
			font-family: Garamond, Georgia, "Times New Roman", Serif;
			font-size: 100%;
			letter-spacing: 1px
		}

