/*This is a generic style sheet for SEW's web sites*/
h1 	{ font-family: "Times New Roman", serif; }
h3 	{ font-family: Arial, Helvetic, sans-serif; 
	color: #800080; }
body { background-color: #F5FFFA; padding: 5%; }
.purple { color: #800080 }
.blue { color: #000080 }
.green { color: #008000 }
.laugh { font-weight:bold; font-family:arial, sans-serif; text-align:justify; }
.life { font-family:arial, sans-serif; text-align:justify; }
.labour { font-family:arial, sans-serif; text-align:justify; }
.loves { font-family:arial, sans-serif; text-align:justify; }

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:purple }

#small { font-size: 70%; }





