body {font-family: Georgia, "Times New Roman", Times, serif; color: #333;}
a:link {color:#009933; text-decoration: none; font-weight: bold;} 
a:hover {color:#009933; text-decoration: underline; font-weight: bold;}
a:visited {color:#007711; font-weight: bold;}


/* color:#004276; NYT headline color */

h1 {font-size: 24px; font-weight: normal;}
h2 {font-size: 20px; font-weight: normal;}
h3 {font-size: 16px; font-weight: normal;}
h4 {font-size: 14px; font-weight: normal;}
h5 {font-size: 12px; font-weight: normal;}
h6 {font-size: 10px; font-weight: normal;}
p {font-size: 13px;}


/* HOME PAGE VISIBLE */

.home {
	visibility: visible;
	line-height: 1.3em;
	width: 590px;
	position: absolute; top: 100px; left: 170px; height: 100px;
	padding: 6px;
}

.nav {
	line-height: 1.3em;
	width: 170px;
	position: absolute; top: 100px; left: 0px; height: 200px;
	padding: 6px;
	}

.page2 {
	visibility: hidden;
	line-height: 1.3em;
	width: 590px;
	position: absolute; top: 100px; left: 170px; height: 100px;
}

.page3 {
	visibility: hidden;
	line-height: 1.3em;
	width: 590px;
	position: absolute; top: 100px; left: 170px; height: 100px;
}

.page4 {
	visibility: hidden;
	line-height: 1.3em;
	width: 590px;
	position: absolute; top: 100px; left: 170px; height: 100px;
}

.page5 {
	visibility: hidden;
	line-height: 1.3em;
	width: 590px;
	position: absolute; top: 100px; left: 170px; height: 100px;
}

