/*This is a generic style sheet for two column eulogy-type pages containing a header and small picture(s)*/

h2, h3 	{ font-family: Arial, Helvetic, sans-serif; color:#330066; text-align:center;   }
/* margin-left: 10%*/

body { background-color:#FFFDED; }

/*positions are static, relative, absolute, fixed or inherit - initial value: static; may not be applied to genertated content; not inherited.  See Castro book p175+ & p445 */

#columnleft { position:absolute; top:150px; right:51%; left:40px; }
#columnright { position:absolute; top:150px; right:40px; left:51% }

/*note a navigation item for a picture can be inserted here - see Castro book page 176*/

h2 {background-color:  #FFFDED; }
h3 {background-color:  #FFFDED; }

.purple { color: #800080 }
.maroon { color: #800000 }
.blue { color: #000080 }
.green { color: #008000 }
.black { color: #000000 }
.white { color: #FFFFFF }

A:link { color: blue }
A:visited { color: purple }
A:active { color: green }

span.top A:link { font-family: arial, helvetica, sans-serif; color: blue;}

span.top A:active { font-family: arial, helvetica, sans-serif; color: purple;}

span.top A:visited { font-family: arial, helvetica, sans-serif; color: green;}

ul li { color: black;  list-style-type:circle;  }

#small { font-size: 70%; }





