	/* style.css */
	/* 20030116 */
	/* Style sheet MIT Class Of 1969 */

	body {
		background: url(mit-seal-1969.gif) white;
		color: black;
		font-size: 100%;
		font-family: arial, sans-serif;
		font-weight: normal;
	}

	p  {
		font-size: 100%;
	}
	.small {
		font-size: 85%;
	}
	.text {
		font-size: 115%;
	}
	.notes {
		font-family: 'Times New Roman', Times, serif;
	}
	.text-notes {
		font-size: 115%;
		font-family: 'Times New Roman', Times, serif;
	}
		.text-mono {
		font-family: "Courier New", Courier, monospace;
		font-size: 120%;
		font-weight: normal;
	}
	h1 {
		font-size: 150%;
		font-weight: normal
	}
	h2 {
		font-size: 140%;
		font-weight: normal
	}
	h3 {
		font-size: 115%;
		font-weight: normal
	}
	.italic {
		font-style: italic;
	}
	.new {
		color: red; background: inherit;
	}
	.date {
		font-style: italic;
	}
	.caption-image {
		page-break-inside : avoid;
		page-break-after : always;
		font-size: 115%;
		font-weight: normal;
	}
	/* Continue and Return links */
	.navigate {
		font-size: 115%;
		font-weight: normal;
	}

	/* Contact Officers, etc. */
	.contact {
		font-size: 115%;
		font-weight: normal;
	}

	/* Last modified */
	.modified {
		font-size: 115%;
		font-weight: normal;
		float : left;
	}

	/* Valid HTML & CSS */
	.valid {
		font-size: 115%;
		font-weight: normal;
		float : right;
	}

	/* Forward links from contents lists */
	.link-to {
		font-size: 115%;
		font-weight: normal;
	}


	a:link { color: #3030FF; background: inherit; text-decoration: none }
	a:active { color: #E00; background: inherit; text-decoration: none }
	a:visited {
		color: #808080;
		background: inherit;
		text-decoration: none
	}
	a:hover { color: #000000; background: inherit; text-decoration: underline }

	.link-image a:hover {
		color: inherit;
		background: #c0c0ff;
	}

