
/* 	
 *	basic.css (for all the browsers including NN4.x)
 */


h1, h2, h3, h4 {
	font-family: sans-serif; clear: both;
}

h1 { font-size: 3em; line-height: 180%; font-family: Verdana, Courier New, sans-serif }
h2 { font-size: 2em; line-height: 250%; font-family: Verdana, Courier New, sans-serif }
h3 { font-size: 1.5em; line-height: 180%; font-family: Verdana, Courier New, sans-serif }
h4 { font-size: 1em; line-height: 180%; font-family: Verdana, Courier New, sans-serif }


p {
	font-size: 1em;
	line-height: 160%;
}

body {  
	color: black;
	background-color: white;
	background-image: url(/journeyman/img/paper.gif);
	margin-left: 5%;
	margin-right: 5%; 
}

address { 
	float: left;
	font-family: sans-serif;
	margin-left:  0%;
	margin-right: 0%; 
}

img {  
	border-width: 0px; 
}
