/* CSS Document */

td,tr,p,div {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	}
	
h1 {
	font-size: 24px;
	margin-top: 9px;
	margin-bottom: 0px;
	}

h2 {
	font-size: 18px;
	margin-top: 9px;
	margin-bottom: 0px;
	}
	
h3 {
	font-style: bold;
	font-size: 14px;
	margin-bottom: 0px;
	}


p.news-text { /* used for entries on the news pages */
	margin-top: 0px;
	}	

p.news-headline { /* used for headlines on the news pages */
	font-size: 18px;
	margin-top: 15px;
	font-weight: bold;
	margin-bottom: 0px;
	}	


p.pagenumber {
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	}	

p.sectionname {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	}

/* Publishing information (for Writings pages) */
p.publishing {
	font-size: 12px;
	font-style: italic;
	}

/* Teaser info (for Reviews pages)*/
p.teaser {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin-right: 50px;
	margin-left: 40px;
	text-align: justify;
	}


p.author {
	font-size: 12px;
	margin-top: 3px;
	}
	
p.photo-caption { /* for photo captions in articles */
	font-size: 12px;
	margin-top: 3px;
	font-style: italic;
	}
	
p.review-pub-title {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: italic;
	}

/* title of Ved Mehta book that is reviewed (for book review pages)*/
p.reviewed-book-title {
	margin-top: 12px;
	margin-bottom: 0px;
	font-weight: bold;
	}
	
p.review-pub-author {
	font-size: 12px;
	margin-top: 0px;
	}

p.review-pub-date {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
p.links {
	font-size: 12px;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 0px;
	}

p.mainmenu {
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 4px;
	margin-bottom: 0em;
	} 

p.bottom-links-left { /* for back to top links on bottom of page */
	text-transform: uppercase;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	}

p.bottom-links-center { /* for primary navigation links on bottom of page */
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	}


p.bottom-links-right { /* for site map and credits links on bottom of page */
	text-transform: uppercase;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
	}
	
p.disclaimer { /* for Ved Mehta disclaimer at bottom of page */
	font-size: 11px;
	margin-top: 18px;
	font-style: italic;
	}
	
/* .mainmenu {
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 28px;
	} */

.submenu {
	font-weight: bold;
	font-size: 12px;
	}

ul {
	margin-top: 0px;
	margin-left: 0.5em;
	padding-left: 0.5em;
	}

li {
	font-size: 12px;
	}
	
a:link {
	color: #006633; /* 336600 */
	text-decoration: none;
	}


a:visited  {
	color: #006633; 
	text-decoration: none;
	}

a:hover {
	color:#cc6633; text-decoration: underline;
	}
