

body, h1, h2, h3, h4, h5, h6,ol, ul, li, p {

    font-family:"lucida grande",tahoma,verdana,arial,sans-serif ;
color:#555;

	}

body {

	margin: 0;


	background-color: #fff;

	background-image: url(/img/n4_upgrade.gif);/*use full url so both ie45mac and nn4 can find it. and for gosh sakes people, if you use this code, point to an img on _your_ server, not mine.*/

	background-repeat: no-repeat;

	background-position: top left;

	}

		

/*the following classes are to demonstrate better line heights for narrow columns*/	

.narrow1{

	width: 50%;

	line-height: 90%;

	}

.narrow2{

	width: 50%;

	line-height: 105%;

	}

	

/*typography*/

h1 {

	font-size: 150%;

	font-weight: normal;

	}

h2 {

	font-size: 120%;

	font-weight: normal;

	}

h3 {

	font-size: 100%;

	font-weight: normal;

	}

h4 {

	font-size: 80%;

	font-weight: bold;

	}

h5 {

	font-size: 70%;

	font-weight: bold;

	}

h6 {

	font-size: 64%;

	font-weight: bold;

	}

img {

	border: 0;

	}

ol, ul, li {/*

	list-style: none;*/

	font-size: 80%;

	line-height: 120%;

	}

p {

	font-size: 70%;

	line-height: 120%;

	}

pre {

	font-family: monospace;

	font-size: 80%;

	}

strong, b {

	font-weight: bold;

	}
