/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

/*standard formatting for histories*/
.story
{	margin-left:20%;
	margin-right:20%;
	font-size:medium;
	font-family:"Times New Roman",Times,serif
	}

/*to prevent scrolling of (general) notes*/	
.notearea {
	max-height:none;
}	

/*to eliminate left border*/
.mainborder {
    width: 0px;
	background-image: none;
}

/*to improve news box on index page*/
.latest_news {
	padding-right: 8px; 
}	

/*not sure what this one was for*/
#pub-innermenu {
	padding: 0em 0em 0em 0em;
	}	
/*to change font color from #444 for inactive tabs in tngtabs1.css, so that it's visible*/
/*#tngnav a {
	color:#F2E6CC;
	}*/
