/* Make all body text black-coloured 12-point Times New Roman with 14-point spacing between lines of text and 12-point margins. Use tile02.gif (blue marble) as the background.*/

Body {font-size: 12pt;
font-family: "Times New Roman";
font-weight: bold
color:black;
background: url(tile2.gif);
line-height: 14pt;
margin-left: 12pt;
margin-right: 12pt;}

/*  Indent paragraphs */
p {margin-left: 24pt;
   margin-right: 24pt;}

/*  Make headings  bold with generous line spacing. If user doesn't have Marquee, use Lucida Sans, Times New Roman or Arial.  */
h1 {font:18pt Broadway Engraved BT; Marquee; Lucida Sans; Times New Roman; Arial;
    font-weight: bold;
    line-height: 20pt;}

h2 {font:16pt Broadway Engraved BT; Marquee; Lucida Sans; Times New Roman; Arial;
    font-weight: bold;
    line-height: 18pt;}

h3 {font:12pt Broadway Engraved BT; Marquee; Lucida Sans; Times New Roman; Arial;
    font-weight: bold;
    line-height: 16pt;}

h4 {font:10pt Broadway Engraved BT; Marquee; Lucida Sans; Times New Roman; Arial;
    font-weight: bold;
    line-height: 14pt;}

/*  Don't underline links, and make all links red.
    Make links flash black when activated. 
    Make links fuschia when visited */
	a {text-decoration: none;}
	a:link {color: blue;}
	a:visited {color: fuschia;}
	a:active {color: black;}


