   BODY {
	font-family: Bitstream Charter, Georgia, serif;
	font-size: 100%;
	background-image:url('triangle.png');
	background-color: #333333;
	color: #ffffff;
	}

   H2 {
	font-family: Bitstream Vera Sans, Verdana, sans-serif;
	font-weight: normal;
	font-size: 110%;
	color: #ff6655;
	}

   A {
	font-family: Bitstream Charter, Georgia, serif;
	font-style: normal;
	font-size: 100%;
	}
   
   A:link {
	color: #6688ff;
	}
	
   A:visited {
	color: #66ff88;
	}
	
   A:active {
	color: #ff6655;
	}

   #title {
	position: relative;
	top: 0;
	left: 1em;
	font-family: Bitstream Vera Sans, Verdana, Gill Sans, sans-serif;
	font-size: 160%;
	font-weight: normal;
	line-height: 1.8;
	padding: 0; margin: 0;
	opacity: 0.8;
	}

   #menu {
	position: absolute;
	top: 5em;
	left: 0;
	padding: 0.5em; margin: 0;
	width: 9.3em;
	background-color: #222228;
	opacity: 0.8;
	}

   .ms {
	margin: 0.3em 0;
	}

   .mi {
	margin: 0.3em 0 1em;
	}

   .down {
	position: relative;
	padding-top: 3em;
	visibility: hidden;
	}

   .popup {
	position: absolute;
	top: -1em;
	left: 0;
	visibility: hidden;
	}

   #main {
	position: relative;
	padding: 0.1em; margin-left: 10em;
	background-color: #222228;
	opacity: 0.8;
	}
   
   #col1 {
	position: absolute;
	padding: 0 0 0 0; left: 0em; width: 49%;
	}
	
   #col2 {
	position: absolute;
	padding: 0 0 0 0; right: 0em; width: 49%;
	}

   .date {
	font-family: times;
	font-weight: bold;
	}

   .math {
	font-family: Times, serif;
	font-size: 100%;
	font-style: italic;
	}

   .subs {
	font-size: 60%;
	}

   .sups {
	font-size: 60%;
	position: relative;
	bottom: 0.5em;
	}


   .note {
	font-size: 80%;
	}