/*
	Stylesheet for General Content
	Journal of Nematology Style Guide (JONSG)
	
	====================================
	
	Created by:
		Matt Strom [mstrom@illinois.edu]
		Dept. of Crop Sciences, Univ. of Illinois
		January 2, 2009
*/


@media all {

	.anchor {
		position: relative;
			top: -60px;
		visibility: collapse;
		z-index: 2;
	}

	.legal {
		font-size: 7.5pt;
	}

	body {
		color: black;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
	}
	
	a.in-text {
		color: black;
	}
	
	a.in-text:visited {
		color: black;
	}
	
	
	div.address {}
	
		div.address span {
			display: block;
			font-size: 8pt;
			font-style: italic;
			text-decoration: underline;
		}
		
	div.boardMember {
		border-bottom: 2px solid lightGrey;
		padding-bottom: 12px;
	}
		
	div.contact {
		font-size: smaller;
		margin-bottom: 16px;
	}
	
	div.by2 {
		float: left;
		margin-right: 25px;
	}
	
	
		div.contact span.name {
			font-weight: bold;
		}
		
	h1 {
	}
	
	h2 {
		font-size: 14pt;
	}
	
	h3 {
		font-size: 12pt;
		font-style: italic;
	}

}