a:link { color: #FF0000;   font-family: Arial; font-size: 12pt; text-decoration:underline; }  /* for unvisited links */
a:visited { color: rgb(00, 00, 00); font-family: Arial; font-size: 10pt; text-decoration:underline; } /* for visited links */
a:hover { color: rgb(255, 174, 56) } /* when mouse is over link */
a:active { color: rgb(255, 174, 56);  font-family: Arial; font-size: 10pt; font-weight: bold; text-decoration:none;} /* when link is clicked */

/* for links in menu bar, used when menu item is current page */
a.onpagelink:link {
	font-family: "arial";
	font-size: 14pt;
	color: #990000;
	text-decoration:underline;
}  
a.onpage:visited { color:  #990000; font-family: Arial; font-size: 14pt; text-decoration:none }  
a.onpage:hover { color: rgb(255, 174, 56) } /* when mouse is over link */

/* for links within pages */
a.inpagelink:link { font-family: "Times New Roman"; font-size: 12pt; color: rgb(0, 0, 0) ;text-decoration:underline;}  
a.inpagelink:visited { font-family: "Times New Roman"; font-size: 12pt; color: rgb(208, 0, 0) ;text-decoration:underline;  }  
a.inpagelink:hover { color: rgb(255, 174, 56); text-decoration:none;} /* when mouse is over link */
a.inpagelink:active { color: rgb(255, 174, 56);  font-size: 12pt; font-weight:bold ; } /* when link is clicked */

/* for multi-page links (<< 1 2 3 >>) */
a.nextpagelink:link { font-family: "Arial"; font-size: 8pt; color: rgb(0, 0, 0) ;text-decoration:underline;}  
a.nextpagelink:visited { font-family: "Arial"; font-size: 8pt; color: rgb(208, 0, 0) ;text-decoration:underline;  }  
a.nextpagelink:hover { color: rgb(255, 174, 56); text-decoration:none;} /* when mouse is over link */
a.nextpagelink:active { color: rgb(255, 174, 56);  font-size: 8pt; font-weight:bold ; } /* when link is clicked */

/* for gallery links */
a.gallery:link { font-family: "Arial"; font-size: 10pt; color: rgb(255, 255, 255) ;text-decoration:underline;}  
a.gallery:visited { font-family: "Arial"; font-size: 10pt; color: rgb(255, 255, 255) ;text-decoration:underline;  }  
a.gallery:hover { color: rgb(255, 174, 56); font-size: 10pt; /* when mouse is over link */
a.gallery:active color rgb(208, 0, 0); font-weight:bold } /* when link is clicked */

dt {font-size:14pt; font-style:italic; }