/* Style sheet for LordSutch.com web pages -*- c++ -*-
 * (C) 1997-2004 Chris Lawrence.
 * May be freely reused without any restrictions.
 */ 
P { text-indent: 0 em}
P.nav { text-indent: 0 em; text-align: left }
P.pic { text-indent: 0 em }

/* Style for introduction paragraphs */
P.intro { text-indent: 0 em; font-style: italic; font-weight: bolder;
 font-size: larger }

/* */
P.big { text-indent: 0 em; font-weight: bolder; font-size: larger;
 text-align: center }

H1 { text-align: center }

/* Silly <BODY ...> things */
body { background: green; color: white; font-family: sans-serif; 
       margin: 2% 7%}

A:visited, A:active { color: cyan }
A:link { color: orange }

