/* words.css

Style sheet for MIF essays & articles

See also words_p.css for print style

*/

body {	font: small arial, helvetica, sans-serif;
		background-color: white;
		color: black;
	 }
	 
h1 {	font-size: large;
		color: #999999;
		margin: 70px 0 20px 40px;
		font-weight: 100;
	}
	
h2  {	font-size: small;
		color: #999999;
		font-weight: 100;
	}
	
.content {	margin: 15px 20px 25px 160px;		/* Set indent and margin for main content */
			width: 640px;
		  }

.date  {	text-align: right;
			color: #cccccc;
		}

.topindex {	position: absolute;			/* Settings for links in header */
			top: 55px;						
			left: 300px;
			color: #cccccc;
			font-size: small;
			white-space: pre;
		}

.topindex2 {	position: absolute;
				left: 100px;
			}

.topindex a:link {	text-decoration: none;
					color:#cccccc;
				 }
.topindex a:visited { text-decoration: none;
					 color: #cccccc;
					}
.topindex a:hover { 	text-decoration: none;
				color: #999999;
				}
				
blockquote {	width: 550px;
			}
			
.footer {	text-align: right;		/* class for footer links */
			color: #999999;
		}

a:link {	color: #999999;
		}

a:visited {	color: #999999;
		}
		
a:hover  {	color: #cccccc;
		}

