/* external style sheet */

/* body style */
body {background-color: white; font: medium serif;}
/* link style */
A link {color: navy; text-decoration: underline;} 
/* paragraph style */
P.footnote {font-size: 80%;}
/* blockquote style */
BLOCKQUOTE 	{font-style: italic;}
/* EM style UNEXPLAINED */
BLOCKQUOTE EM {font-style: normal;}
/* monospace styles (3) */
PRE, CODE, TT {color: gray; font-family: monospace;}
/* headline styles */
/* grouping sytles*/
h1, h2 {color: gray; background: white; padding: 0.5em; border: 1px solid black; font-family: charcoal, serif}
h3 {color: white; background: black; font-family: "medium Arial", sans-serif;}
/* headline style with slash */
h4 {font-style: serif;}
/* new font style */
p.firstline {color: maroon; font-size: 150%; font-family: Arial, sans-serif;}
p.fnt1 {color: green; font-size: 130%; font-family: Arial, sans-serif;}
/* */
p.fnt2 {font-size: 170%; font-family: Georgia;}
/* applies style color to header and p.para5 */
h5, p.para5 {color: gray}
/* h6 using grouping  */
h6 {font: color: aqua; background: purple;}
/*class selectors*/
p.warning {font-weight: bold; font-style: italic;}
p.sign {font-size: 36px; font-style: italic; color: green;}
span.sign {font-weight: bold;}
p.signage {font: 36px sans-serif;}
span.signage {font-weight: bold;}
p.warning {font-weight: bold; color: blue;}
p.p.warning_signage {background: silver;}

.alert {font-weight: bold;}
.urgent {font-style: italic;}
.alert.urgent {background: silver;}

*# {lead-para:font-weight: bold;}

planet[moons] {font-weight: bold; color: red;}
