/*  NOTE THAT COMMENTS IN CSS BEGIN AND END DIFFERENTLY FROM
THOSE IN HTML */


h1 {font-family: "Times New Roman"; font-size: 60px; font-weight: bold; 
font-style: normal; color: black}
/* USE H1 ONLY FOR BANNER */

h2 {font-family: "Times New Roman"; font-size: 35px; font-weight: bold; 
font-style: normal; color: black}
/* USE H2 FOR PAGE HEADING ONLY */

h3 {font-family: "Times New Roman"; font-size: 35px; font-weight: normal; 
font-style: normal; color: black}
/* USE H2 FOR FIRST SUB-HEADING, COPYRIGHT LINE, "BACK TO HOME PAGE", "TOP 
OF PAGE", "LAST UPDATE" */

h4 {font-family: "Times New Roman"; font-size: 30px; font-weight: normal; 
font-style: normal; color: black}
/* USE H2 FOR SECOND SUB-HEADING ONLY */

h5 {font-family: "Times New Roman"; font-size: 25px; font-weight: normal; 
font-style: normal; color: black}
/* USE H2 FOR STANDARD TEXT ONLY */

h6 {font-family: "Times New Roman"; font-size: 25px; font-weight: bold; 
font-style: normal; color: black}
/* USE H2 FOR EMBOLDENED STANDARD TEXT ONLY */



div#colourred {color: red}

div#colourgreen {color: green}

/* TO USE "DIV" ENTER <div id="colourXXX"> AND END DIVISION WITH </div> */