/* I might want to add some standard elements such as a h2 etc.
h1 {
	font : normal bold 1.4em Arial, Helvetica, sans-serif;
}
variations of parnormal are used by magicandjewel and before-after
They need to be fixed for the sake of simplicity
*/

body, td, th { font-family: Arial, Helvetica, sans-serif; }
a:link { color: #00F; }
a:visited { color: #C09; }
a:hover { color: #063; }
a:active { color: #00F; }
img {border: 0;}

/* this style is now redundant
*/
.imgQuot {font : normal normal .95em Arial, Helvetica, sans-serif;}

/* imgFootnote is commented out in the evgn gallery pages
*/
.imgFootnote {
	font : normal normal .9em Arial, Helvetica, sans-serif;
	padding: 10px;
}

/* parNormalItal parNormalBold and parNormalCenter are not really needed
   and should be removed or replaced
*/

.parNormalCenter {font : normal normal .95em Arial, Helvetica, sans-serif;
text-align : center;}

.parNormalLeft {font : normal normal .95em Arial, Helvetica, sans-serif;
text-align : left;}

.parNormalItal {font : italic normal .95em Arial, Helvetica, sans-serif;}

.parNormalBold {font : normal bold .95em Arial, Helvetica, sans-serif;}

/* This should just be h1   */

.ptthotb {font-family: Arial, Helvetica, sans-serif;
font-size: 1.4em;
font-style: normal;
font-weight: bold;
font-variant: normal;
line-height: 1.8em;}

/* titlePoem is the same as ptthotb (now obsolete) and h1
*/
.titlePoem {font : normal bold 1.4em Arial, Helvetica, sans-serif;}