/* words_p.css

Print style sheet for MIF essays & articles

See also words.css for screen style and full annotations

*/

body {	font: 10pt arial, helvetica, sans-serif;
		background-color: white;
		color: black;
	 }
	 
h1 {	font-size: 14pt;
		color: #999999;
		margin: 70px 0 20px 40px;
		font-weight: 100;
	}
	
h2  {	font-size: 10pt;
		color: #999999;
		font-weight: 100;
	}

h3	{	font-size: 10pt;
		color: #999999;
		font-weight: 100;
		font-style: italic;
	}
	
.content {	margin: 15px 15% 5% 20px;
			width: 100%;
		  }

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

.mainlink {	display: none;	
		}

				
blockquote {	width: 80%;
			}
			
.footer {	text-align: right;
			display: none;
		}

a:link {	color: #999999;
		}

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