/* 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;
		
	}
	
h3	{	font-size: small;
		color: #999999;
		font-weight: 100;
		font-style: italic;
	}
	
.content {	margin: 15px 20px 25px 160px;		/* Set indent and margin for main content */
			width: 640px;
		  }

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

.mainlink	{	position: relative;
				width: 450px;
				/*top: 65px;	Add these into each page to account for different header sizes
				left: 110px;*/
				color: #cccccc;
				font-size: small;
			}

.link2 {	display: inline;
			margin-left: 150px;	
			text-align: right;
			position: relative;
			top: -10px;
		}		
			
.mainlink a:link {	text-decoration: none;
					color:#cccccc;
				 }
.mainlink a:visited { text-decoration: none;
					 color: #cccccc;
					}
.mainlink 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;
		}

