

body {
	margin: 0px;
	background: url(images/njubg2.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006600;
}

.tab{
	border-right-color:#339933;
	border-right-style:solid;
	border-right-width:thin;
	border-left-color:#339933;
	border-left-style:solid;
	border-left-width:thin;
}


h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #006600;
	text-align:center;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

a {
	text-decoration: none;
	color: #003300;
}

a:hover {
	text-decoration:underline;
	color: #3300CC;	
}

a:active {
	text-decoration:underline;
	color: #FF00CC;	
}